This is a test version of Biostars. For the public version, visit https://www.biostars.org.
error in determining minimum contigs in Velvet

Does anyone know how I can resolve this error when determining the minimum number of contigs in Velvet?

Is this the command I'm using? I want them to have a minimum size of 1000 bp

velveth results_velvet 31 -shortPaired -fastq.gz -separate -min_contig_lgth 1000 Bacteria_G4_1.fastq.gz Bacteria_G4_2.fastq.gz

contigs terminal velvet

It helps a lot when you include the error message you are getting. In this case, the error is likely because -min_contig_lgth is not a parameter of velveth. It is a parameter of velvetg.

I understand, thanks for the answer!

0 answers

No answers yet.

Log in to answer this question.