Skip to content

Commit

Permalink
Forgot to remove rm command for temp dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeycm committed Dec 7, 2017
1 parent 395bc63 commit 83adccd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/remove_dups.sh
Expand Up @@ -35,9 +35,6 @@ if [ "$MARK_DUPS" = "TRUE" ]; then
REMOVE_DUPLICATES=false \
MAX_FILE_HANDLES_FOR_READ_ENDS_MAP=${PICARD_MARK_DUP_MAX_FILES}

# Delete temp folder
rm -r $TMP_DIR

elif [ "$MARK_DUPS" = "FALSE" ]; then

# Otherwise just copy input file to output
Expand Down

0 comments on commit 83adccd

Please sign in to comment.