Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script execution never ends #142

Open
simleopold opened this issue Feb 25, 2024 · 2 comments
Open

script execution never ends #142

simleopold opened this issue Feb 25, 2024 · 2 comments

Comments

@simleopold
Copy link

Hi,

I'm using jellyfish and I ran the dedicated script.

L=$(smudgeplot.py cutoff 21mer_no_cut.histo L)
U=$(smudgeplot.py cutoff 21mer_no_cut.histo U)
echo $L $U 
jellyfish dump -c -L $L -U $U Prymnesium_kmer.jf | smudgeplot.py hetkmers -o kmer_pairs

The problem is it never ends and I don't know why.

Thanks for your help,

@KamilSJaron
Copy link
Owner

Hi, what does echo $L $U return? Did you try to look at the k-mer spectra?

THat is usually because there are too many errors in the dump for such small genomes as yours.

@simleopold
Copy link
Author

It returns 10 and 310 respectively. I did not look at the k-mer spectra, I will try. Thanks for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants