# HG changeset patch # User dfornika # Date 1521947940 14400 # Node ID d465e81782a3c8aee3feeeedd73d619e23695930 # Parent c6a98b93e5692aac5fd455d2b71f451e0d644b15 planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 24d205ed264215a426eb4a52dc95740dd42b3754 diff -r c6a98b93e569 -r d465e81782a3 tools/mentalist_call/mentalist_call.xml --- a/tools/mentalist_call/mentalist_call.xml Sat Mar 24 23:12:21 2018 -0400 +++ b/tools/mentalist_call/mentalist_call.xml Sat Mar 24 23:19:00 2018 -0400 @@ -15,9 +15,9 @@ $output_votes $output_special #if $input_type.sPaired == "paired": - -s $input_type.pInput1.name -1 $input_type.pInput1 -2 $input_type.pInput2 + -1 $input_type.pInput1 -2 $input_type.pInput2 #elif $input_type.sPaired == "collections": - -s $input_type.fastq_collection.name -1 $input_type.fastq_collection.forward -2 $input_type.fastq_collection.reverse + -1 $input_type.fastq_collection.forward -2 $input_type.fastq_collection.reverse #end if ]]>