vsbuffalo / findorf

ORF prediction of de novo transcriptome assemblies
10 stars 6 forks source link

minor typo in tutorial with 'predict' command #2

Open nldowell opened 11 years ago

nldowell commented 11 years ago

The tutorial has a minor typo for the options of 'predict':

findorf predict --gtf orfs.gtf --protein proteins.fasta --fasta orfs.fasta \ --dense dense.out -I -v

The --help function reveals there is no --fasta or --dense option but --orf works in place of --fasta.

Hope this helps. Noah