Skip to content

Commit

Permalink
Use output of add_locus_igv_track as pipeline output
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkc committed Aug 23, 2024
1 parent 3963f37 commit 57c42f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/mycobacterium_tuberculosis.nf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ workflow CALL_MYCOBACTERIUM_TUBERCULOSIS {
add_locus_igv_track(create_analysis_result.out.json, params.tbdbBed, params.resistantLociName)

// Create yaml for uploading results to Bonsai
create_yaml(create_analysis_result.out.json.join(ch_sourmash), params.speciesDir)
create_yaml(add_locus_igv_track.out.json.join(ch_sourmash), params.speciesDir)

ch_quast
.join(ch_qc)
Expand All @@ -119,7 +119,7 @@ workflow CALL_MYCOBACTERIUM_TUBERCULOSIS {
ch_versions = ch_versions.mix(tbprofiler_mergedb.out.versions)

emit:
pipeline_result = create_analysis_result.out.json
pipeline_result = add_locus_igv_track.out.json
cdm = export_to_cdm.out.cdm
cron_yaml = copy_to_cron.out.yaml
cron_cdm = copy_to_cron.out.cdm
Expand Down

0 comments on commit 57c42f3

Please sign in to comment.