Skip to content

Commit

Permalink
Fixed a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaraja committed Sep 28, 2023
1 parent 0a277a8 commit b334d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/star_align/star.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ task star {
# extract index
echo "--- $(date "+[%b %d %H:%M:%S]") Extracting STAR index ---"
mkdir star_index
tar -xvvf ~{star_index} -C star_index --strip-components=1
tar -xvf ~{star_index} -C star_index --strip-components=1
echo "--- $(date "+[%b %d %H:%M:%S]")" Done extracting index

mkdir star_out
Expand Down

0 comments on commit b334d1a

Please sign in to comment.