Mercurial > repos > iuc > medaka_variant
diff variant.xml @ 14:8ba58c8139aa draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/medaka commit 52289bc7b99bfa8a3bda46cb35cea98399419dab"
| author | iuc |
|---|---|
| date | Thu, 18 Nov 2021 19:57:40 +0000 |
| parents | b7da0d412e48 |
| children | 5e3cd15559bd |
line wrap: on
line diff
--- a/variant.xml Fri Sep 17 20:20:30 2021 +0000 +++ b/variant.xml Thu Nov 18 19:57:40 2021 +0000 @@ -1,5 +1,4 @@ -<?xml version="1.0"?> -<tool id="medaka_variant" name="medaka variant tool" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> +<tool id="medaka_variant" name="medaka variant tool" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>decodes variant calls from medaka consensus output</description> <macros> <import>macros.xml</import> @@ -196,15 +195,27 @@ The module *variant* decodes probabilities. +---- + +.. class:: infomark + **Input** - reference sequence (FASTA) - (several) consensus files (H5/HDF) +---- + +.. class:: infomark + **Output** - decoded probabilities (VCF) +---- + +.. class:: infomark + **References** @REFERENCES@
