Skip to content

Commit

Permalink
initial parallel setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nsylvestertgen committed Aug 1, 2024
1 parent 337decc commit 8a5430e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_asap/analyzeAmplicons_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def analyzeAmplicons_pipeline(ctx, sequences, ref_sequence, trimmer, aligner,
config_file_path=config_fp)
results.append(bam_processor_result)

#TODO: is this in pipeline?
output_combiner_result, = output_combiner_action(xml_dir=bam_processor_result, run_name=run_name)
results.append(output_combiner_result)

return tuple(results)

0 comments on commit 8a5430e

Please sign in to comment.