-
Notifications
You must be signed in to change notification settings - Fork 5
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
CONSENT-correction core dumped #27
Comments
Hello, This is strange, CONSENT works fine until the end on that file here. Can you tell me a bit more about your computing environment? Operating systems, compilers versions, etc? Best, |
Sorry for getting back to you so late. Best, |
Hello, Sorry for getting back to you so late as well. If it does work with other files, it might not be a problem with the computing environment indeed. I'm not exactly sure what could be causing it. Can you provide me the seqtk command you used to see if I can further help? Best, |
Hi,when I use this fastq(https://github.com/lirr-lichen/1_testdata.git samle97.570.fastq ), with commond:CONSENT-correct --in samle97.570.fastq --out CONSENT.fasta --tmpdir ./ --nproc 12 --type ONT
I meet this:
CONSENT-correct: line 199: 297133 Segmentation fault (core dumped) $LRSCf/bin/CONSENT-correction -a $tmpdir/"$alignments" -s "$minSupport" -S "$maxSupport" -l "$windowSize" -k "$merSize" -c "$commonKMers" -A "$minAnchors" -f "$solid" -m "$windowOverlap" -j "$nproc" -r "$reads" -M "$maxMSA" -p "$LRSCf" >> "$out"
but when I use other fastq with the same commond, I do not meet this,and can run to the end。
Is there somethin wrong with this fastq?
Thank you
The text was updated successfully, but these errors were encountered: