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
Hi, I have setup the profile following the instructions in Readme file. I submit jobs on our internal cluster where each user has his own accounts. I am trying to submit a snakemake workflow via pbs-torque. We get certain account# to bill our runs hence, passed an argument A.
However, I get the following error. Also, walltime or mem are not accepted in hours and gb ? appreciate your help on this.
Building DAG of jobs...
Full Traceback (most recent call last):
File "/users/P1234/User3/envs/snakemake/lib/python3.6/site-packages/snakemake/__init__.py", line 518, in snakemake
cluster_status=cluster_status)
File "/users/P1234/User3/envs/snakemake/lib/python3.6/site-packages/snakemake/workflow.py", line 387, in execute
dag.init()
File "/users/P1234/User3/envs/snakemake/lib/python3.6/site-packages/snakemake/dag.py", line 124, in init
job = self.update(self.file2jobs(file), file=file, progress=progress)
File "/users/P1234/User3/envs/snakemake/lib/python3.6/site-packages/snakemake/dag.py", line 1061, in file2jobs
raise MissingRuleException(targetfile)
snakemake.exceptions.MissingRuleException: No rule to produce A=A1234(if you use input functions make sure that they don't raise unexpected exceptions).
MissingRuleException:
No rule to produce A=A1234(if you use input functions make sure that they don't raise unexpected exceptions).
unlocking
removed all locks
The text was updated successfully, but these errors were encountered:
Hi, I have setup the profile following the instructions in Readme file. I submit jobs on our internal cluster where each user has his own accounts. I am trying to submit a snakemake workflow via pbs-torque. We get certain account# to bill our runs hence, passed an argument A.
However, I get the following error. Also, walltime or mem are not accepted in hours and gb ? appreciate your help on this.
The text was updated successfully, but these errors were encountered: