sync_paired_end_reads is a python tool to synchronise paired-end reads when reads1 or reads2 were modified.
When working with paired-end sequencing data, it is common to filter out reads that do not pass basic quality controls. This leads to pairs that are not synced anymore. This tool streams reads1 and search for the associated read2 in reads2. Additionally it synchronises the sequence identifiers of the reads so if a software modified the sequence identifier of the reads1 then same identifiers will be used for reads2. Finally it replaces all space characters by an arbitrary '___' pattern. This tool was mainly developed to process the output of tagdust2 when ran in single-end mode which appends the UMIs found in the raw sequences to the sequence identifier. Source: https://github.com/mmendez12/sync_paired_end_reads |
hg clone https://toolshed.g2.bx.psu.edu/repos/brenninc/sync_paired_end_reads
Name | Version | Type | |
---|---|---|---|
biopython | 1.66 | package |
Name | Description | Version | Minimum Galaxy Version |
---|---|---|---|
Runes sncy pairs on two fastq files. | 0.0.1 | any |