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

Fixing CI testing

parent a83776c3
Branches
No related tags found
1 merge request!1WIP: Updated workflow
Pipeline #10600 failed
......@@ -5,10 +5,9 @@ before_script:
- conda init bash && source ~/.bashrc && echo $CONDA_DEFAULT_ENV
- conda env create -f environment.yml
- conda activate mir_pipelines && echo $CONDA_DEFAULT_ENV
- cd test/
test:
script:
- 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},${PWD}/../images" \
--singularity-args "--no-home --bind ${PWD},${PWD}/../../../projects,${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