Skip to content

Commit 98c2943

Browse files
committed
Update README.md
1 parent 6173982 commit 98c2943

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ The "seeding-and-extension" algorithm was borrowed from "Wijnker, E. et al. The
282282

283283
sed 's/ no reliable predictions /\/\//' fgenesh.txt | fgenesh2gff.pl -i - -o fgenesh.gff
284284

285+
* Direct extract sequences
286+
287+
sed 's/ no reliable predictions /\/\//' fgenesh.txt | \
288+
fgenesh2gff.pl -i - --write-seq protein --wordwrap 60 > fgenesh.protein.fas
289+
285290

286291
### gff2fasta.pl
287292
> Extract sequences (mRNA or CDS) from gff3 file to fasta file.

0 commit comments

Comments
 (0)