Hi,
We have xsq files generated in our lab. And I was planning to convert them to .csfasta and .qual files for further analysis, which can be done using XSQTools. In XSQ tools we have a script called convertFromXsq.sh which does exactly that. It has a filter option -f which says that it removes marked reads. I'm not sure what marked reads are and if I should use this option.
Here is the link to the guide (page 9 has the filter option description) -> XSQ Tutorial
Can anyone tell me what it means? Thanks!
It wont make any difference in terms of mapping. But in case of paired end or mate pair reads, aligners like BWA, Bowtie want that the reads belonging to a same pair ( whether paired end reads or mate pair reads) should maintain the order in fastq file. In other words, if you remove one read from the pair you should also remove the other pair irrespective of whether it is a good or bad read.
In other words dont remove them. They wont be mapped at all or aligner will remove them for you.
Makes sense. Thanks for the tip. But I use NovoalignCS for mapping. It probably follows the same logic too.