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
Maybe this is not a bug but a wanted change in behavior in v8.
Snakemake version
8.27.1
Describe the bug
I started to move my pipelines from v7 to v8. In one of my rules I am accessing mem_mb from resources in params to calculate Gb -> Mb (stored in params.mem_gb). This worked so far without problems but now I am running into an error. I will first post my rule and then the error (log).
Building DAG of jobs...
InputFunctionException in rule variant-qc.make_ref_dict in file snakefile.smk, line 109:
Error:
TypeError: __int__ returned non-int (type TBDString)
Wildcards:
Traceback:
File "snakefile.smk", line 124, in<lambda> (rule variant-qc.make_ref_dict, line 153, snakefile.smk)
The text was updated successfully, but these errors were encountered:
Maybe this is not a bug but a wanted change in behavior in v8.
Snakemake version
Describe the bug
I started to move my pipelines from v7 to v8. In one of my rules I am accessing mem_mb from resources in params to calculate Gb -> Mb (stored in params.mem_gb). This worked so far without problems but now I am running into an error. I will first post my rule and then the error (log).
Any idea how to solve this? Thanks!
Rule
Logs
The text was updated successfully, but these errors were encountered: