Mercurial > repos > iuc > gemini_qc
diff gemini_qc.xml @ 5:8414eecc3828 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
author | iuc |
---|---|
date | Fri, 11 Jan 2019 17:40:28 -0500 |
parents | 246ad1a7ff20 |
children | 20f2ecf46dcb |
line wrap: on
line diff
--- a/gemini_qc.xml Fri Dec 14 12:42:37 2018 -0500 +++ b/gemini_qc.xml Fri Jan 11 17:40:28 2019 -0500 @@ -1,4 +1,4 @@ -<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.1"> +<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@"> <description>Quality control tool</description> <macros> <import>gemini_macros.xml</import> @@ -11,10 +11,10 @@ <![CDATA[ gemini @BINARY@ --mode sex - --chrom "$chrom" + --chrom '$chrom' - "${ infile }" - > "${ outfile }" + '$infile' + > '$outfile' ]]> </command> <inputs>