Skip to content

Commit

Permalink
Indicate NOTE author
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Jul 17, 2024
1 parent 584b3ef commit e323400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/svprep/assemble/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ process GRIDSS_ASSEMBLE {

"""
# Create shadow directory with file symlinks of GRIDSS 'working' dir to prevent cache invalidation
# NOTE: for reasons that elude me, NF doesn't always stage in the workingdir; remove if it is present
# NOTE(SW): for reasons that elude me, NF doesn't always stage in the workingdir; remove if it is present
shadow_input_directory() {
src=\${1}
dst="${output_dirname}/work/\${src##*/}"
Expand Down
2 changes: 1 addition & 1 deletion modules/local/svprep/call/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ process GRIDSS_CALL {

"""
# Create shadow directory with file symlinks of GRIDSS 'working' dir to prevent cache invalidation
# NOTE: for reasons that elude me, NF doesn't always stage in the workingdir; remove if it is present
# NOTE(SW): for reasons that elude me, NF doesn't always stage in the workingdir; remove if it is present
shadow_input_directory() {
src=\${1}
dst="${output_dirname}/"
Expand Down

0 comments on commit e323400

Please sign in to comment.