Genewiz gave me bam files instead of fasta files- can I convert bam to fasta to have a genome assembly?
1
0
Entering edit mode
2.7 years ago

I had three bacterial genomes sequenced and Genewiz gave me fastq sequencing reads and bam files. I want the assembly fasta file- can I generate it myself using samtools bam to fasta? This sequencing project was done last year and it is unlikely that Genewiz has this data.

bam samtools fasta • 1.1k views
ADD COMMENT
1
Entering edit mode

Did you ask them to create an assembly? If not then you must assemble it yourself, for this please google for tutorials on genome assembly. The raw sequencing data are just the genome chopped into pieces and sequenced, this is how NGS works.

ADD REPLY
0
Entering edit mode

I'm not quite sure what you want. You want to make a de novo assembly based on your reads? You can do that with the fastq. You want to recreate the genome that the reads were aligned to to make the bam? I don't think you can do that easily.

ADD REPLY
0
Entering edit mode
2.7 years ago

Use the FASTQ files with the program Flye to create a FASTA assembly. https://github.com/fenderglass/Flye

Alternatively, try SPADES.

Both are installable via miniconda I believe.

ADD COMMENT

Login before adding your answer.

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