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
About the Server :
Description: Ubuntu 16.04.7 LTS
Release: 16.04
Codename: xenial
I installed the ktmeaton plague phylogeography snakemake pipeline in an environment using mamba (as it has been specified in the documentation).
mamba env create -f workflow/envs/merge/environment.yaml
I even installed the lsd2 file and moved it to the bin directory of the environment I just created as was specified.
snakemake --version
5.27.4
But when I tried to run the following :
snakemake --profile profiles/laptop help
I got the following error :
WorkflowError:
Failed to solve the job scheduling problem with pulp. Please report a bug and use --scheduler greedy as a workaround:
Pulp: Error while trying to execute, use msg=True for more detailscbc
While it is a workaround to use --scheduler greedy tag and the job is getting completed; while running the next command in your list :
snakemake --profile profiles/laptop all --scheduler greedy
The code is getting stuck at the following step :
Job 21: Running the nf-core/eager pipeline for local Biosample testlocal1.
and exiting.
Can you please tell me how to fix this issue ?
The text was updated successfully, but these errors were encountered:
About the Server :
Description: Ubuntu 16.04.7 LTS
Release: 16.04
Codename: xenial
I installed the ktmeaton plague phylogeography snakemake pipeline in an environment using mamba (as it has been specified in the documentation).
mamba env create -f workflow/envs/merge/environment.yaml
I even installed the lsd2 file and moved it to the bin directory of the environment I just created as was specified.
snakemake --version
5.27.4
But when I tried to run the following :
snakemake --profile profiles/laptop help
I got the following error :
WorkflowError:
Failed to solve the job scheduling problem with pulp. Please report a bug and use --scheduler greedy as a workaround:
Pulp: Error while trying to execute, use msg=True for more detailscbc
While it is a workaround to use --scheduler greedy tag and the job is getting completed; while running the next command in your list :
snakemake --profile profiles/laptop all --scheduler greedy
The code is getting stuck at the following step :
Job 21: Running the nf-core/eager pipeline for local Biosample testlocal1.
and exiting.
Can you please tell me how to fix this issue ?
The text was updated successfully, but these errors were encountered: