Snakemake pipeline related to mubind main repository.
To test that the pipeline is running properly, as a small test, please execute config_test.yaml
snakemake -c 1 --printshellcmds --configfile config_test.yaml --nolock
The parameter -c
indicates that only one core is used.
snakemake -c 5 --printshellcmds --configfile config.yaml --until data_prepare --nolock
snakemake -c 5 --printshellcmds --configfile config.yaml --until fit_model --nolock
This is useful once the datasets are prepared, to only define GPU nodes if using --cluster