Closed Zhongzheng99 closed 3 months ago
In relation to this issue, it’s important to note that I am not allowed to perform any operations on the login node. Therefore, in practice, I first log into a compute node using salloc
, and then from the compute node, I attempt to run the following command:
snakemake --workflow-profile /home/u2204084007/RNA/cofig/profile --configfile cofig/config.yaml --profile profile
Regarding #113, it seems that @cmeesters mentioned potential issues with environment inheritance or that Snakemake is practically dormant. I am uncertain whether these are the primary causes of the error I am encountering.
Ah, this is a mistake because my account is in arrears. I will close this issue!
I encountered a problem where I provided the correct partition and account name, but they seem to be unrecognized by the system. Here’s the command I used:
snakemake --workflow-profile /home/u2204084007/RNA/cofig/profile --configfile cofig/config.yaml --profile profile
/home/u2204084007/RNA/cofig/profile/config.yaml:
/home/u2204084007/.config/snakemake/profile/config.yaml:
The output indicates that the profiles are being used for setting default command line arguments:
However, there’s a warning that Snakemake is being run in a SLURM job context, which is not recommended:
The system proceeds to list the jobs and selects 9 jobs to execute. One of the jobs, copy_input, is detailed with the specified resources, including the partition and account:
Despite providing the correct partition (c01) and account (u2204084007), the job submission fails with a WorkflowError:
This error suggests that there is an issue with the account or partition combination, even though they appear to be correctly specified.