changeset 3:8dacd75ca8f1 draft

planemo upload for repository https://github.com/phac-nml/quasitools commit 68f3866f4ee926abe3ec1b936e5d6166f94fed6c
author nml
date Mon, 26 Mar 2018 15:38:19 -0400
parents a7093d5933a8
children 8cdffc02d2e2
files consensus.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/consensus.xml	Mon Mar 26 14:23:30 2018 -0400
+++ b/consensus.xml	Mon Mar 26 15:38:19 2018 -0400
@@ -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':