I am new to next generation sequencing (NGS). I need to format some FASTQ files. For example, I want to replace characters /1 and /2 with -1 and -2 in the files that have data like @HWUSI-EAS1671_0001:5:1:1022:10290/1. I tried to do it in Perl with pattern matching, but the files are too big to parse. Could anyone please give me some suggestions or share any code?

More Shishir K Gupta's questions See All
Similar questions and discussions