Skip to content

Commit

Permalink
fix dry run and debug options
Browse files Browse the repository at this point in the history
  • Loading branch information
emmcauley committed May 8, 2024
1 parent e74ed89 commit 7bc1369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_snakemake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ while getopts "s:o:c:n:d" flag; do
o) out_dir=${OPTARG};;
c) config_file=${OPTARG};;
n) dry_run="-n";;
d) debug="--debug";;
*) usage;;
esac
done
Expand Down

0 comments on commit 7bc1369

Please sign in to comment.