-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi, there
I have cloned the cellect repository, created cond env with snakemake and trying to execute the cellect-ldsc. However, I am stuck with the following issue, and I dont know how to solve it. If you have any suggestions, I would be very grateful!
Loaded config file from --configfile argument
Building DAG of jobs...
Using shell: /bin/bash
Provided cores: 1 (use --cores to define parallelism)
Rules claiming more threads will be scaled down.
Full Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.9/site-packages/snakemake/init.py", line 701, in snakemake
success = workflow.execute(
File "/opt/anaconda3/lib/python3.9/site-packages/snakemake/workflow.py", line 1060, in execute
logger.run_info("\n".join(dag.stats()))
File "/opt/anaconda3/lib/python3.9/site-packages/snakemake/dag.py", line 2191, in stats
yield tabulate(rows, headers="keys")
File "/opt/anaconda3/lib/python3.9/site-packages/tabulate/init.py", line 2048, in tabulate
list_of_lists, headers = _normalize_tabular_data(
File "/opt/anaconda3/lib/python3.9/site-packages/tabulate/init.py", line 1471, in _normalize_tabular_data
rows = list(map(lambda r: r if _is_separating_line(r) else list(r), rows))
File "/opt/anaconda3/lib/python3.9/site-packages/tabulate/init.py", line 1471, in
rows = list(map(lambda r: r if _is_separating_line(r) else list(r), rows))
File "opt/anaconda3/lib/python3.9/site-packages/tabulate/init.py", line 107, in _is_separating_line
(len(row) >= 1 and row[0] == SEPARATING_LINE)
File "opt/anaconda3/lib/python3.9/site-packages/snakemake/rules.py", line 1138, in eq
return self.name == other.name and self.output == other.output
AttributeError: 'str' object has no attribute 'name'
Thanks in advance!