-
Notifications
You must be signed in to change notification settings - Fork 7
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
conterminator frozen at stage rescorediagonal #17
Comments
I'm having similar issues as described by @tougai. Are there any updates or potential workaround? Thank you! |
I am also facing this same issue. I've attached example input files that I derived by altering the examples that came with conterminator. In particular, I have appended the "Human-real1" sequence to the "Virus" sequence. However, this also does not make it past the rescorediagonal command. It doesn't freeze but seems to get stuck processing as there is significant CPU activity at this point. |
I am having a similar issue. The command I execute,
The job has been running on 30 threads for about 60 hours now. When I check the process ID:
I can see the step being hung up is rescorediagonal. Are there any solutions or advice to avoid this? |
same issue.... |
same |
This should be fixed now. I updated conterminator to the newest version of MMseqs2, which should resolve the issue. |
Thanks Martin for looking into this. Unfortunately, when I run both the example that I gave as well as the example that @tougai gave, I receive an error "Error: rescorediagonal step died". I've attached logs of outputs and stderr |
Hi. I seem to have the same issue. I'm running conterminator Version: 1.c74b5 in a few eukaryote assemblies (one in each run). And all of them are stuck in the rescorediagonal. I couldn't find a log file but the screenshot of what I can see (it's running in a screen, and annoyingly only lets me see a bit) is the following. This one in particular has been running for more than a week now. Is there anything to do? If I stop it now, can I restart it from the same step (or the following step, if staying in the rescorediagonal is a glitch?). Thanks. [=================================================================] 100.00% 1.76K 0s 26ms 19 eta 0s kmermatcher tmp/6530182093867110841/db_rev_split tmp/6530182093867110841/pref --sub-mat nucl:nucleotide.out,aa:blosum62.out --alph-size 21 --min-seq-id 0.9 --kmer-per-seq 100 --spaced-kmer-mode 1 --kmer-per-seq-scale 0 --adjust-kmer-len 0 --mask 0 --mask-lower-case 0 --cov-mode 0 -k 24 -c 0 --max-seq-len 1000 --hash-shift 67 --split-memory-limit 0 --include-only-extendable 0 --ignore-multi-kmer 0 --threads 128 --compressed 0 -v 3 Database size: 543723 type: Nucleotide Generate k-mers list for 1 split Adjusted k-mer length 24 Loading NCBI taxonomy |
hi,
i am trying to test conterminator on a very simple file to start, but it freezes at rescorediagonal stage.
When i use example files dna.fas and dna.mapping, everything is fine !
here is my fasta file toto.fa:
my mapping file toto.fa.taxidmapping:
chr1 4577
my command line:
conterminator dna toto.fa toto.fa.taxidmapping out tmp
and the log:
The text was updated successfully, but these errors were encountered: