Skip to content

Commit

Permalink
refactor: Remove unnecessary code on filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Aug 14, 2023
1 parent 3a979c0 commit a4b7e53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions subworkflows/local/phylo.nf
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ workflow PHYLOGENOMICS{
ch_software_versions = ch_software_versions.mix(FASTTREE.out.versions.ifEmpty(null))
core_tree = FASTTREE.out.phylogeny
.flatten()
.map { it -> it.toString() }
.filter( ~/.*core.*/ )
.map { file(it) }
}

if (!use_fasttree && !params.use_ppanggolin) {
Expand Down

0 comments on commit a4b7e53

Please sign in to comment.