Previous changeset 2:a7093d5933a8 (2018-03-26) Next changeset 4:8cdffc02d2e2 (2018-04-25) |
Commit message:
planemo upload for repository https://github.com/phac-nml/quasitools commit 68f3866f4ee926abe3ec1b936e5d6166f94fed6c |
modified:
consensus.xml |
b |
diff -r a7093d5933a8 -r 8dacd75ca8f1 consensus.xml --- a/consensus.xml Mon Mar 26 14:23:30 2018 -0400 +++ b/consensus.xml Mon Mar 26 15:38:19 2018 -0400 |
b |
@@ -9,9 +9,9 @@ quasitools consensus $input_bam $ref_file #if $fasta_id.type == 'default': - -i $input_bam.name + -i '${input_bam.element_identifier}' #elif $fasta_id.type == 'custom': - -i $fasta_id.custom_id + -i '${fasta_id.custom_id}' #end if #if $base_type.type == 'mixed': |