Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
getRightReads.py | 2014-11-18 | 1.1 kB | |
getInputFromSAMofBWA.py | 2014-11-18 | 2.2 kB | |
getInputFromSAMNoclip.py | 2014-11-18 | 1.5 kB | |
readme_script.txt | 2014-11-18 | 668 Bytes | |
Totals: 4 Items | 5.5 kB | 0 |
getInputFromSAMofBWA.py is used to get input from the SAM generated by BWA. usage: python getInputFromSAMofBWA.py file.sam input_anchor.txt input.fastq getInputFromSAMNoclip.py is used to get input from a sorted SAM file without softclip. For the not mapped reads, if they are the original sequence, then the output is correct. If you are using the SLX MAQ, then use the getRightReads.py to correct the fastq file. usage: python getInputFromSAMNoclip.py file.sam input_anchor.txt input.fastq getRightReads.py is used with getInputFromSAMNoclip.py when the alignment is SLX format. usage: python getRightReads.py input_anchor.txt input.fastq correct_input.fastq