This is a test version of Biostars. For the public version, visit https://www.biostars.org.
genomescope profile failed to converge

hello the community,

to estimate the characteristics of my genome I used GenomeScope, as a result I got an error like GenomeScope profile failed to converge and depending on what i found the problem is because low coverage or low quality reads ....so please if anyone can help me to solve this this my fastqc report after trimming enter image description here

fastqc report after trimming with sickle

genomescope k-mers jellyfish

I assume you did use the jellyfish tool to count the kmer? If oyu used any other software (ntCard ?) you need to modify the input count table before uploading it to genomescope

It might also depend on the kmer size you used, so try to play around with that one a bit and see if it gets better?

I removed the -C option from jellyfish and it worked thank you very much jellyfish count -m 17 -s 1000000000 -t 10 /home/vshare/bowtie2/trimmed.fastq -o reads2.jf

1 answer

I had this myself as well on several occasions. it's often due to the fact that you have too low coverage of data and that you thus not see the typical peaks appearing (yet at that coverage) . You should anyhow get a graph, no? on that you will see that you're lacking the peak the software needs to do it's calculations and thus not converges.

EDIT: is also should not have anything to do with FastQC processing, it should work as good (or bad) on trimmed or untrimmed data

small world ... paper of good colleagues of me :)

Tell them 'congratulations' from me, it's a really cool paper!

thanks of you all i can resolve it removing the -C option from jellyfish and it worked jellyfish count -m 17 -s 1000000000 -t 10 /home/vshare/bowtie2/trimmed.fastq -o reads2.jf

Log in to answer this question.