Skip to content

Commit

Permalink
Try modifying fasterqdump to add global x permissions on reads directory
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Jan 24, 2024
1 parent 172124c commit c6dd40c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/local/sratools/fasterqdump/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ process SRATOOLS_FASTERQDUMP {
${key_file} \\
${sra}
# Without this, I am unable to run tests for this module
# since I cannot access files in this directory
chmod a+x reads
pigz \\
$args2 \\
--no-name \\
Expand Down

0 comments on commit c6dd40c

Please sign in to comment.