Entering edit mode
3.3 years ago
kristina.mahan
▴
170
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.
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.
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.