hi i want to convert fastaq format to fasta format i have used this code initially to try getting the thgs but dint work here is the code
open(read,"<1.txt"); my@e=<read>; my$a=join(''",@e); sub fq2fa() { while (<1.txt> { if(/^@(S+)/) { print ">\n"; } } } sub fq2fa();
In reply to converting fastaq to fasta by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |