Skip to content
Snippets Groups Projects
Commit 5aa65223 authored by Dominik Burri's avatar Dominik Burri
Browse files

use --notemp for CI tests

parent 2bdcf390
No related branches found
No related tags found
1 merge request!78Remove unnecessary files in results directory
......@@ -33,6 +33,7 @@ snakemake \
--use-singularity \
--singularity-args="--bind ${PWD}/../input_files,${PWD}/../../images" \
--verbose \
--notemp \
results/ALFA/ALFA_plots_mqc.png
# Check md5 sum of some output files
......
......@@ -26,5 +26,6 @@ snakemake \
--printshellcmds \
--dryrun \
--verbose \
--notemp \
| dot -Tsvg > "../../images/dag_test_workflow.svg"
......@@ -26,5 +26,6 @@ snakemake \
--printshellcmds \
--dryrun \
--verbose \
--notemp \
| dot -Tsvg > "../../images/rule_graph.svg"
......@@ -33,6 +33,7 @@ snakemake \
--rerun-incomplete \
--use-singularity \
--singularity-args="--bind ${PWD}/../input_files,${PWD}/../../images" \
--notemp \
--verbose
# Create a Snakemake report after the workflow execution
......
......@@ -35,6 +35,7 @@ snakemake \
--rerun-incomplete \
--use-singularity \
--singularity-args="--bind ${PWD}/../input_files,${PWD}/../../images" \
--notemp \
--verbose
# Create a Snakemake report after the workflow execution
......
......@@ -33,6 +33,7 @@ snakemake \
--rerun-incomplete \
--use-singularity \
--singularity-args="--bind ${PWD}/../input_files,${PWD}/../../images" \
--notemp \
--verbose
# Create a Snakemake report after the workflow execution
......
......@@ -35,6 +35,7 @@ snakemake \
--rerun-incomplete \
--use-singularity \
--singularity-args="--bind ${PWD}/../input_files,${PWD}/../../images" \
--notemp \
--verbose
# Create a Snakemake report after the workflow execution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment