This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Spades Assembler output

hello,
I used Spades for assembling short reads.
in the Spades_output, i have two files "final_contigs.fasta" and "final_contigs.fastg".
what's the fastg format?
and what file should I take for my research?

thanks

assembly spades contig

you should really have a contigs.fasta(g) and scaffolds.fasta(g) in your output. The final_ are usually in the K(kmer) folders.

2 answers

If you read carefully the SPAdes manual, you will find a link to the FASTG format specification. Its first paragraph:

This document introduces a prototype format for faithfully representing genome assemblies in the face of allelic polymorphism and assembly uncertainty. It is called FASTG, like FASTA, but the G stands for 'graph'.

Yes that's true.
I have not seen.
thank you

As mentioned, .fastg is a graph file. You can open it with Bandage to show lins between your contigs.

Log in to answer this question.