Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LanguageMachines/PICCL into master
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Aug 19, 2020
2 parents d669784 + 26b46e5 commit 102dbe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ticcl.nf
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ process chainer {
/*
Find more distant variants (variants-of-variants are variants too)
*/
publishDir params.outputdir, mode: 'copy', overwrite: true //publish the output for the end-user to see (rather than deleting this intermediate output)

input:
file rankedlist from rankedlist
Expand Down Expand Up @@ -458,6 +459,7 @@ if (params.chainclean) {
/*
Clean chain file, taking into account splits and merges
*/
publishDir params.outputdir, mode: 'copy', overwrite: true //publish the output for the end-user to see (rather than deleting this intermediate output)

input:
file rankedlist from rankedlist_chained
Expand Down

0 comments on commit 102dbe2

Please sign in to comment.