Skip to content

Commit

Permalink
bugfix to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Nov 12, 2015
1 parent bf4bf02 commit cbb573d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipes/Broad_LSF/run-pipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ snakemake --timestamp --rerun-incomplete --keep-going --nolock \
--config mode=LSF job_profiler="$BINDIR/pipes/Broad_LSF/lsf-report.py" \
--directory . \
--jobscript "$BINDIR/pipes/Broad_LSF/jobscript.sh" \
--cluster $BINDIR'/pipes/Broad_LSF/cluster-submitter.py {dependencies}' $DATADIR \
'{config[logDir]}' \
--cluster $BINDIR"/pipes/Broad_LSF/cluster-submitter.py {dependencies} $DATADIR {config[logDir]}" \
"$@"

0 comments on commit cbb573d

Please sign in to comment.