Skip to content

Commit

Permalink
seems to parse flybase, but needed a small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfields committed Feb 7, 2015
1 parent 2f16976 commit df9285f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/Grammar/GFF.pm6
Expand Up @@ -16,7 +16,7 @@ grammar Bio::Grammar::GFF {
| <directive-line>
| <comment>
]+
<fasta>?
#<fasta>?
}

token comment {
Expand Down Expand Up @@ -114,7 +114,7 @@ grammar Bio::Grammar::GFF {
}

token value {
<-[\s;=&,]>+
<-[;=&,]>+
}

# not sure if there is a way to use a Grammar within another grammar (yet)
Expand Down

0 comments on commit df9285f

Please sign in to comment.