Skip to content

Commit

Permalink
fix aligner argument input
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Aug 11, 2020
1 parent 23105ca commit d82569e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_pipeline_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ command_template: >
{% if sample.read2 is defined %} --input2 {sample.read2} {% endif %}
{% if sample.peak_caller is defined %} --peak-caller {sample.peak_caller} {% endif %}
{% if sample.macs_genome_size is defined %} --genome-size {sample.macs_genome_size} {% endif %}
{% if sample.aligner is defined %} --aligner {sample.trimmer} {% endif %}
{% if sample.aligner is defined %} --aligner {sample.aligner} {% endif %}
{% if sample.trimmer is defined %} --trimmer {sample.trimmer} {% endif %}
{% if sample.prealignments is defined %} --prealignments {sample.prealignments} {% endif %}
{% if sample.deduplicator is defined %} --deduplicator {sample.deduplicator} {% endif %}
Expand Down

0 comments on commit d82569e

Please sign in to comment.