Mercurial > repos > mvdbeek > bam_readtagger
changeset 50:6c6a6a828c4f draft
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit faaf13601245173e1a8647ff9599a74b2f092401-dirty
author | mvdbeek |
---|---|
date | Thu, 14 Feb 2019 12:13:57 -0500 |
parents | f4344d943248 |
children | 08656cd6c989 |
files | bam_readtagger.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bam_readtagger.xml Thu Feb 14 07:44:58 2019 -0500 +++ b/bam_readtagger.xml Thu Feb 14 12:13:57 2019 -0500 @@ -23,9 +23,9 @@ -o '$tagged_file' ]]></command> <inputs> - <param name="tag_file" argument="--tag_file" type="data" format="bam,qname_input_sorted.bam"/> + <param name="tag_file" argument="--tag_file" type="data" format="bam,qname_sorted.bam"/> <repeat name="alignment_series" title="Alignments"> - <param name="annotate_with" argument="--annotate_with" type="data" format="bam,qname_input_sorted.bam"/> + <param name="annotate_with" argument="--annotate_with" type="data" format="bam,qname_sorted.bam"/> <param type="select" name="r_tag" label="First letter to use for read tag" value="A"> <expand macro="tag_options"/> </param>