-
Notifications
You must be signed in to change notification settings - Fork 4
Segmentation fault when checking the environment with testing samples #25
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
Comments
Hi, I also encountered the same problem. Have you solved it? Commandsnakemake -p -s ../pipeline/GoodPanGenomeGraph.snakefile -j 4 --rerun-incomplete --output-wait 3 LogBuilding DAG of jobs... /xxx/vntr/danbing-tk-1.3.1-manuscript//bin/ktools serialize /xxx/vntr/danbing-tk-1.3.1-manuscript/test/output//pan ModuleCmd_Load.c(204):ERROR:105: Unable to locate a modulefile for 'gcc' cd /xxx/vntr/danbing-tk-1.3.1-manuscript/test/output/ /xxx/vntr/danbing-tk-1.3.1-manuscript//bin/ktools serialize /parastor300/work01/zhangjj/vntr/danbing-tk-1.3.1-manuscript/test/output//pan
Shutting down, this might take some time. |
@jingydz i haven't fixed the issue, but i note that the test was built on v1.0, so i roll back to the v1.0 and the fault didn't appear. |
Hi @Xgiintghhuabi302 and @jingydz, Thanks for reaching out. I've just fixed the bug in the latest commit 4b64113. The reason is that Cheers, |
Dear ChaissonLab,
I am trying to check my environment by running on the testing samples with command:
snakemake -p -s ../pipeline/GoodPanGenomeGraph.snakefile -j 4 --rerun-incomplete --output-wait 5
and I encountered some problems in this line:
/home/txren/my_path/danbing_tk/danbing-tk/bin/ktools serialize /home/txren/my_path/danbing_tk/danbing-tk/test/output/pan
with the err:
reading kmers from /home/txren/my_path/danbing_tk/danbing-tk/test/output/pan.graph.kmers /usr/bin/bash: line 4: 1863431 Segmentation fault (core dumped) /home/txren/my_path/danbing_tk/danbing-tk/bin/ktools serialize /home/txren/my_path/danbing_tk/danbing-tk/test/output/pan
Could you help me with this issue?
The text was updated successfully, but these errors were encountered: