convert illumina to fastq Sanger
2
0
Entering edit mode
6.5 years ago

Hello, please, what is the line command that allows you to convert an illuminated file into fastq snager thanks for your help

sequencing • 2.1k views
ADD COMMENT
0
Entering edit mode

Have you tried tools provided here: Illumina-Fastq To Sanger-Fastq Conversion

ADD REPLY
0
Entering edit mode

I want to convert an Illuminat type file to fastq Sanger i need the command line

ADD REPLY
0
Entering edit mode

Please explain what you are trying to achieve and why, so that we can help you, as this request is confusing. Do you have a bcl file?

ADD REPLY
0
Entering edit mode

I want to convert an Illuminat type file to fastq Sanger i need the command line

ADD REPLY
0
Entering edit mode

Repeating the question does not count as explaining. Please elaborate.

ADD REPLY
1
Entering edit mode
6.5 years ago
Sej Modha 5.3k

Please try the seqtk solution provided on this post: Illumina-Fastq To Sanger-Fastq Conversion

seqtk seq -Q64 -V  Read1.fastq > Read1.sanger.fastq

PS: It is good practice to ensure that a similar question doesn't exist or provided solutions don't work before a question is posted here.

ADD COMMENT
1
Entering edit mode
6.5 years ago
GenoMax 141k

You can also use reformat.sh from BBMap suite as follows: reformat.sh in=your_fastq.gz out=sanger_fastq.gz qout=33 (adjust file names as needed, use in1= in2= out1= out2= for PE data.

ADD COMMENT

Login before adding your answer.

Traffic: 1697 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