in reply to A program to extract the reads and modify the seq ID

Hello Teju,

Welcome to Perlmonks! There are several problems in your program/data:

So, if you fix all of those things - you should be on your way (to glory or otherwise!).

Here's my program fixed up mostly for clarity/readability:

Replies are listed 'Best First'.
Re^2: A program to extract the reads and modify the seq ID
by Kenosis (Priest) on Feb 25, 2014 at 18:08 UTC

    Your script only prints the sequences and not the header with the OP's wanted appended info.

      Yes, didn't I say that I fixed the program "mostly for clarity/readability"? I also mentioned this in my last point. :-)

        The OP says that the program ...neither prints out the output nor gives me no errors.... In fact, it doesn't print anything. I'm not sure that you've clarified it or made it more readable--nor did the OP request such--but your refactoring now makes it print only the sequences.

        Please don't get me wrong: your bullet points for the OP were very well done. I suppose I just assumed too much thinking that the code you posted was a corrected version of the OP's code. Instead, the OP must now fix your code--or his/her own--to get it to work correctly. The latter, however, is certainly not a bad thing, and your bullet points should help...