Skip to content
Snippets Groups Projects
Commit a83776c3 authored by BIOPZ-Iborra de Toledo Paula's avatar BIOPZ-Iborra de Toledo Paula
Browse files

Fixing bug

parent ff55edfb
No related branches found
No related tags found
1 merge request!1WIP: Updated workflow
Pipeline #10599 failed
......@@ -8,6 +8,7 @@ before_script:
test:
script:
- bash test/test_workflow_local.sh
- bash test/test_dag.sh
- bash test/test_rule_graph.sh
- cd test
- bash test_workflow_local.sh
- bash test_dag.sh
- bash test_rule_graph.sh
......@@ -24,7 +24,7 @@ snakemake \
--printshellcmds \
--snakefile="../snakemake/Snakefile" \
--use-singularity \
--singularity-args "--no-home --bind ${PWD},/scicore/home/zavolan/devagy74/projects" \
--singularity-args "--no-home --bind ${PWD},${PWD}/../images" \
--cores=4 \
--rerun-incomplete \
--configfile config.yaml \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment