Skip to content

Commit

Permalink
Correction and removal of view statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Nov 16, 2023
1 parent c344c21 commit 915b567
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions subworkflows/local/organellar_blast.nf
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,11 @@ workflow ORGANELLAR_BLAST {
}
.set { reformatted_recommendations }

reformatted_recomendations.view()

//
// MODULE: GENERATE BED FILE OF ORGANELLAR SITES RECOMENDED TO BE REMOVED
//
ORGANELLE_CONTAMINATION_RECOMMENDATIONS (
reformatted_recomendations
reformatted_recommendations
)
ch_versions = ch_versions.mix(ORGANELLE_CONTAMINATION_RECOMMENDATIONS.out.versions)

Expand Down

0 comments on commit 915b567

Please sign in to comment.