Mercurial > repos > devteam > freebayes
diff leftalign.xml @ 30:ef2c525bd8cd draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/freebayes commit 24f33bda62a7b6771ad42a39fe8c683e09f6d8b8"
author | iuc |
---|---|
date | Wed, 06 Nov 2019 17:02:57 -0500 |
parents | 156b60c1530f |
children | 57def2d7c093 |
line wrap: on
line diff
--- a/leftalign.xml Wed Oct 25 08:29:45 2017 -0400 +++ b/leftalign.xml Wed Nov 06 17:02:57 2019 -0500 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="bamleftalign" name="BamLeftAlign" version="@DEPENDENCY_VERSION@-0"> +<tool id="bamleftalign" name="BamLeftAlign" version="@DEPENDENCY_VERSION@"> <description> indels in BAM datasets</description> <macros> <import>macros.xml</import> @@ -40,7 +40,7 @@ <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/> </param> </when> - <when value="history"> + <when value="history"> <param name="input_bam" type="data" format="bam" label="BAM dataset to re-align" /> <param name="ref_file" type="data" format="fasta" label="Using reference file" argument="--fasta-reference" /> </when>