Skip to content

Commit

Permalink
test cp instead of mv
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Oct 26, 2023
1 parent 58fc5ad commit df795ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/local/enchantr/collapse_duplicates.nf
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ process COLLAPSE_DUPLICATES {
'outname'='${meta.id}',\\
'log'='${meta.id}_collapse_command_log'))"
mv enchantr ${meta.id}_collapse_report
sleep 60
cp 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 df795ba

Please sign in to comment.