Skip to content
Snippets Groups Projects
convert_snakemake.sh 187 B
Newer Older
#!/bin/bash
echo "- executing snakemake file for npanalysis..."
snakemake --cores 8 --forceall --keep-incomplete --keep-going --rerun-incomplete
echo "- snakemake executed successfully!"