Skip to content

Commit

Permalink
Simplified bash script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dankoc committed Jan 14, 2020
1 parent d91e8e2 commit 5c12be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JJJJ_split/sepIndex.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fi
if [ -z "$OUTPUT" ]; then
echo "No output path specified. Using ./My_proseqHT_output_dir-date"
now=$(date +"%m_%d_%Y")
OUTPUT=./My_proseqHT_output_dir-${now}
OUTPUT=./JJJJ-split-${now}
fi
if [ ! -d $OUTPUT ]; then
mkdir $OUTPUT
Expand Down

0 comments on commit 5c12be8

Please sign in to comment.