Hello everyone,
I've tried using the config.16s.yaml with the test data it works fine. However, when I try running a dry run using my own data it prompts me this error.
You will not be able to submit dadasnake to a cluster unless you set normalMem in your config file.
You haven't specified more than 0 bigmem cores, in cluster mode, all rules would be performed on normal cores with .
Final resource settings:
maxCores: 1
adding column with run info
Traceback (most recent call last):
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/snakemake/init.py", line 593, in snakemake
workflow.include(
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/snakemake/workflow.py", line 1182, in include
exec(compile(code, snakefile.get_path_or_uri(), "exec"), self.globals)
File "/home/uyaguari/dadasnake/Snakefile", line 9, in
"workflow/rules/get_config.smk"
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/snakemake/workflow.py", line 1182, in include
exec(compile(code, snakefile.get_path_or_uri(), "exec"), self.globals)
File "/home/uyaguari/dadasnake/workflow/rules/get_config.smk", line 125, in
if samples[['library','run']].duplicated().any():
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/pandas/core/frame.py", line 4108, in getitem
indexer = self.columns._get_indexer_strict(key, "columns")[1]
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 6200, in _get_indexer_strict
self._raise_if_missing(keyarr, indexer, axis_name)
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 6252, in _raise_if_missing
raise KeyError(f"{not_found} not in index")
KeyError: "['library'] not in index"
This same error also happens often when trying other config settings. Please let me know if you need my config file, samples table, or anything else
Kind regards.
Hello everyone,
I've tried using the config.16s.yaml with the test data it works fine. However, when I try running a dry run using my own data it prompts me this error.
You will not be able to submit dadasnake to a cluster unless you set normalMem in your config file.
You haven't specified more than 0 bigmem cores, in cluster mode, all rules would be performed on normal cores with .
Final resource settings:
maxCores: 1
adding column with run info
Traceback (most recent call last):
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/snakemake/init.py", line 593, in snakemake
workflow.include(
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/snakemake/workflow.py", line 1182, in include
exec(compile(code, snakefile.get_path_or_uri(), "exec"), self.globals)
File "/home/uyaguari/dadasnake/Snakefile", line 9, in
"workflow/rules/get_config.smk"
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/snakemake/workflow.py", line 1182, in include
exec(compile(code, snakefile.get_path_or_uri(), "exec"), self.globals)
File "/home/uyaguari/dadasnake/workflow/rules/get_config.smk", line 125, in
if samples[['library','run']].duplicated().any():
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/pandas/core/frame.py", line 4108, in getitem
indexer = self.columns._get_indexer_strict(key, "columns")[1]
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 6200, in _get_indexer_strict
self._raise_if_missing(keyarr, indexer, axis_name)
File "/home/uyaguari/dadasnake/conda/snakemake_env/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 6252, in _raise_if_missing
raise KeyError(f"{not_found} not in index")
KeyError: "['library'] not in index"
This same error also happens often when trying other config settings. Please let me know if you need my config file, samples table, or anything else
Kind regards.