Skip to content

Commit

Permalink
remove extra echo true
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jun 19, 2020
1 parent 43d115a commit 6b6b0ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ process outgroup_download{
// Other variables and config
tag "$outgroup_fna_local"
publishDir "${outdir}/outgroup_genome", mode: 'copy'
echo true

Channel
.of(params.outgroup_genome_fna_ftp)
Expand Down Expand Up @@ -1159,7 +1158,6 @@ process iqtree{
// Other variables and config
tag "$snippy_core_filter_aln"
publishDir "${outdir}/iqtree", mode: 'copy', overwrite: 'true'
echo true

// IO and conditional behavior
input:
Expand Down

0 comments on commit 6b6b0ee

Please sign in to comment.