fastq to full genome
1
1
Entering edit mode
8.1 years ago
Eva_Maria ▴ 190

Hai

I want to convert fastq (both forward and backward) of a bacterium and corresponding reference sequence . I want to convert that into full genome. which tool is useful to do this?

genome ngs • 1.8k views
ADD COMMENT
0
Entering edit mode

Hi, you might not get the desired answer because your question is ambiguous, please explain which data you have. If you have fastq reads and a reference sequence, what is the difference of your reference to a 'full genome'? Do you want to assemble the reads?

ADD REPLY
0
Entering edit mode

i want to assemble my reads into full length.

ADD REPLY
0
Entering edit mode
8.1 years ago

actually u can easily convert fastq file to fasta with generation of qual file

awk 'BEGIN{P=1}{if(P==1||P==2){gsub(/^[@]/,">");print}; if(P==4)P=0; P++}' input.fastq > output.fasta
ADD COMMENT
1
Entering edit mode

may be he wants to assemble reads to genome (contigs/ scaffolds) based on ref. genome

ADD REPLY
0
Entering edit mode

yes i want to assemble reads

ADD REPLY

Login before adding your answer.

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