Skip to content

Commit

Permalink
Switched to mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Jan 24, 2024
1 parent d8a1899 commit 4c1a47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/sratools/fasterqdump/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ process SRATOOLS_FASTERQDUMP {
# Make directory ahead of time since otherwise
# fasterq-dump does not set correct permissions/owner
mkdir reads
mkdir -p reads
fasterq-dump \\
$args \\
Expand Down

0 comments on commit 4c1a47b

Please sign in to comment.