Skip to content

Commit

Permalink
test cp -r command
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Oct 26, 2023
1 parent df795ba commit a8dc190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/enchantr/collapse_duplicates.nf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ process COLLAPSE_DUPLICATES {
'outname'='${meta.id}',\\
'log'='${meta.id}_collapse_command_log'))"
cp enchantr ${meta.id}_collapse_report
cp -r enchantr ${meta.id}_collapse_report
echo "${task.process}": > versions.yml
Rscript -e "cat(paste0(' enchantr: ',packageVersion('enchantr'),'\n'))" >> versions.yml
Expand Down

0 comments on commit a8dc190

Please sign in to comment.