Can you automatically detect if reads are from Illumina or IonTorrent?
1
1
Entering edit mode
9.5 years ago

When using the SPAdes Genome Assembler, you can use either the BayesHammer read error correction tool for Illumina reads or the IonHammer read error correction tool for IonTorrent data.

I want to use SPAdes in a general workflow and I want to know if there is an automatic way to determine if reads are either from Illumina or IonTorrent (without asking the user) so that I can select the correct read error correction tool.

SPAdes Assembly • 3.3k views
ADD COMMENT
0
Entering edit mode

Can you assume that no one has messed with the input read names in any way?

ADD REPLY
0
Entering edit mode

Input names could be changed, so I would prefer a technique that looks at the data itself. However, if that is not possible, looking at the input names might be my only/best bet.

ADD REPLY
0
Entering edit mode

about that - yeah- one shouldn't actually change read names - there is valuable information there

ADD REPLY
6
Entering edit mode
9.5 years ago
arno.guille ▴ 410

To determine if the reads are from illumina or IonTorrent, I think the best solution is to look at the read names format in the fastq files.

Illumina reads :

@M02681:36:000000000-AAUMD:1:1101:17649:1746 1:N:0:1
@<instrument>:<run number>:<flowcell ID>:<lane>:<tile>:<x-pos>:<y-pos> <read>:<is filtered>:<control number>:<index sequence>

Ion Torrent reads :

@I7HE0:00523:00720
ADD COMMENT

Login before adding your answer.

Traffic: 2351 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6