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: ...@@ -8,6 +8,7 @@ before_script:
test: test:
script: script:
- bash test/test_workflow_local.sh - cd test
- bash test/test_dag.sh - bash test_workflow_local.sh
- bash test/test_rule_graph.sh - bash test_dag.sh
- bash test_rule_graph.sh
...@@ -24,7 +24,7 @@ snakemake \ ...@@ -24,7 +24,7 @@ snakemake \
--printshellcmds \ --printshellcmds \
--snakefile="../snakemake/Snakefile" \ --snakefile="../snakemake/Snakefile" \
--use-singularity \ --use-singularity \
--singularity-args "--no-home --bind ${PWD},/scicore/home/zavolan/devagy74/projects" \ --singularity-args "--no-home --bind ${PWD},${PWD}/../images" \
--cores=4 \ --cores=4 \
--rerun-incomplete \ --rerun-incomplete \
--configfile config.yaml \ --configfile config.yaml \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment