You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested the kgwasflow with the kgwasflow test command. Then I got the errors below:
Full Traceback (most recent call last):
File "/home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/site-packages/snakemake/executors/__init__.py", line 2576, in run_wrapper
run(
File "/home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/site-packages/workflow/rules/build_kmers_gwas.smk", line 85, in __rule_extract_kmersGWAS
File "/home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/site-packages/snakemake/shell.py", line 300, in __new__
raise sp.CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'source /home/kosuke/miniconda3/envs/kgwasflow/bin/activate '/home/kosuke/kmer-test/testrun/.snakemake/conda/e90c7431d77b0f7e2b65ebe43a6aa0bf_'; set -euo pipefail; unzip scripts/external/kmers_gwas/v0.3-beta.zip -d scripts/external/kmers_gwas 2> logs/build_kmers_gwas/extract_kmersGWAS.unzip.log' returned non-zero exit status 10.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/site-packages/snakemake/executors/__init__.py", line 666, in _callback
raise ex
File "/home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/site-packages/snakemake/executors/__init__.py", line 652, in cached_or_run
run_func(*args)
File "/home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/site-packages/snakemake/executors/__init__.py", line 2612, in run_wrapper
raise RuleException(
snakemake.exceptions.RuleException: CalledProcessError in file /home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/site-packages/workflow/rules/build_kmers_gwas.smk, line 39:
Command 'source /home/kosuke/miniconda3/envs/kgwasflow/bin/activate '/home/kosuke/kmer-test/testrun/.snakemake/conda/e90c7431d77b0f7e2b65ebe43a6aa0bf_'; set -euo pipefail; unzip scripts/external/kmers_gwas/v0.3-beta.zip -d scripts/external/kmers_gwas 2> logs/build_kmers_gwas/extract_kmersGWAS.unzip.log' returned non-zero exit status 10.
File "/home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/site-packages/workflow/rules/build_kmers_gwas.smk", line 39, in __rule_extract_kmersGWAS
RuleException:
CalledProcessError in file /home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/site-packages/workflow/rules/build_kmers_gwas.smk, line 39:
Command 'source /home/kosuke/miniconda3/envs/kgwasflow/bin/activate '/home/kosuke/kmer-test/testrun/.snakemake/conda/e90c7431d77b0f7e2b65ebe43a6aa0bf_'; set -euo pipefail; unzip scripts/external/kmers_gwas/v0.3-beta.zip -d scripts/external/kmers_gwas 2> logs/build_kmers_gwas/extract_kmersGWAS.unzip.log' returned non-zero exit status 10.
File "/home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/site-packages/workflow/rules/build_kmers_gwas.smk", line 39, in __rule_extract_kmersGWAS
File "/home/kosuke/miniconda3/envs/kgwasflow/lib/python3.11/concurrent/futures/thread.py", line 58, in run
Hello,
I tested the kgwasflow with the
kgwasflow test
command. Then I got the errors below:The complete command line is:
and this is the output
testrun-conda.log.txt
Any suggestions will be appreciated.
Thanks,
The text was updated successfully, but these errors were encountered: