# HG changeset patch # User dfornika # Date 1521948150 14400 # Node ID 385d86a69684329452ed7b3f9cdd1802204cec59 # Parent 4d60cfce128392153a469dc3e02ebdc3645096b1 planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 24d205ed264215a426eb4a52dc95740dd42b3754 diff -r 4d60cfce1283 -r 385d86a69684 tools/mentalist_call/mentalist_call.xml --- a/tools/mentalist_call/mentalist_call.xml Sat Mar 24 22:43:35 2018 -0400 +++ b/tools/mentalist_call/mentalist_call.xml Sat Mar 24 23:22:30 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 ]]>