Skip to content

Commit

Permalink
Fix pipeline_result bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Nov 6, 2024
1 parent 8f08bbb commit ef8bbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/mycobacterium_tuberculosis.nf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ workflow CALL_MYCOBACTERIUM_TUBERCULOSIS {
ch_versions = ch_versions.mix(tbprofiler_mergedb.out.versions)

emit:
pipeline_result = add_locus_igv_track.out.json
pipeline_result = add_grading_bed_track.out.json
cdm = export_to_cdm.out.cdm
yaml = create_yaml.out.yaml
versions = ch_versions
Expand Down

0 comments on commit ef8bbec

Please sign in to comment.