/1 and /2 suffixes in paired-end reads
See original GitHub issueHi, Can umi-tools analyze paired-end reads with /1 and /2 suffixes instead of 1:N and 2:N ?
trying with v0.5.5 and get the error message below with umi-tools extract:
umi-tools extract
--bc-pattern=XXXXXX
--bc-pattern2 CCCCCCNNNN
--stdin H619_RG_C000QSP_6_1_CC9HDACXX_S0_L001_R1_001.fastq.gz
--stdout H619_RG_C000QSP_6_1_CC9HDACXX_S0_L001_R1_001_extracted.fastq.gz
--read2-in H619_RG_C000QSP_6_1_CC9HDACXX_S0_L001_R2_001.fastq.gz
--read2-out H619_RG_C000QSP_6_1_CC9HDACXX_S0_L001_R2_001_extracted.fastq.gz
--filter-cell-barcode
--whitelist=whitelist.txt
Read pairs do not match H3:1:CC9HDACXX:6:2209:1046:2076/1 != H3:1:CC9HDACXX:6:2209:1046:2076/2
Thanks,
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (13 by maintainers)
Top Results From Across the Web
adding suffix /1 & /2 to PE data - abyss input data - Biostars
Hi Abyssers, I have run trimmomatric on my PE data which generates R1 & R2 files that do not have any suffixes. Now...
Read more >Read Names for Paired-End Reads - Support Illumina
By a common convention, read names can include suffixes (such as /1 or /2), which indicate the end of a pair the read...
Read more >seqtools - McDonald Lab
Validates order of paired-end reads in given fastq files. ... Adds \1 and \2 suffix (tags) to the first (left) and second (right)...
Read more >User guide — Cutadapt 4.2 documentation - Read the Docs
This is useful, for example, if you work with merged overlapping paired-end reads. Add the $ character to the end of an adapter...
Read more >Manual - Bowtie
Reads files containing paired-end reads will sometimes name the reads according to whether they are the #1 or #2 mates by appending a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I wonder if instead of having two options we should just have one, that takes the delimiter and only uses it if one is provided. In fact I reckon that we already have a default, which is space.
On Fri, 15 Mar 2019, 4:16 pm Tom Smith, notifications@github.com wrote:
This is now resolved in the master branch with option
--ignore-read-pair-suffixes
and will be available in the next release shortly