Skip to content
Snippets Groups Projects

Config validation

Merged Dominik Burri requested to merge input_validation into dev
3 files
+ 14
14
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -26,7 +26,7 @@ cd $script_dir
# Run tests
snakemake \
--snakefile="../../Snakefile" \
--snakefile="../../workflow/Snakefile" \
--configfile="../input_files/config.yaml" \
--cluster-config="../input_files/cluster.json" \
--cluster="sbatch --cpus-per-task={cluster.threads} --mem={cluster.mem} --qos={cluster.queue} --time={cluster.time} --job-name={cluster.name} -o {cluster.out} -p scicore" \
@@ -41,7 +41,7 @@ snakemake \
# Create a Snakemake report after the workflow execution
snakemake \
--snakefile="../../Snakefile" \
--snakefile="../../workflow/Snakefile" \
--configfile="../input_files/config.yaml" \
--report="snakemake_report.html"
Loading