I tried this in linux and it is working well.
my_home> prinseq-lite.pl -verbose -fasta example1.fasta graph_data example1.gd
However, if I run it in Windows 7 Strawberry Perl, I got this error.
my_home> prinseq-lite.pl -verbose -fasta example1.fasta graph_data example1.gd
Can't find string terminator "'" anywhere before EOF at -e line 1.
Error: input file for -fasta is in UNKNOWN format not in in FASTA format.
Try 'perl prinseq-lite.pl -h' for more information.
Exit program.
How can I run it in Windows 7 Strawberry perl?
Please help me.
Sanghoon