Skip to content

Commit

Permalink
publish the orthoani result separately
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av committed Jun 11, 2021
1 parent ec45317 commit 310d6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ workflow COMPUTE_SIMILARITY_WF {

ORTHOANI(params.blastplus_dir, params.orthoani_jar, orthoani_ch)

UTILS_REFINE_ORTHOANI_RESULT(ORTHOANI.out)
UTILS_REFINE_ORTHOANI_RESULT(ORTHOANI.out[0])

UTILS_COMBINE_ORTHOANI_RESULTS_TSV(
UTILS_REFINE_ORTHOANI_RESULT.collect()
Expand Down
1 change: 1 addition & 0 deletions modules/orthoani/orthoani.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ process ORTHOANI {
tuple path(fasta1), path(fasta2)

output:
path('*result.txt')
path('*txt')


Expand Down

0 comments on commit 310d6b6

Please sign in to comment.