Mercurial > repos > yhoogstrate > flaimapper
diff flaimapper.xml @ 7:0ea90514e0a0 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/flaimapper commit beb30713f9b8510c22f46d94cb58c92cf26c799c
author | erasmus-medical-center |
---|---|
date | Fri, 28 Apr 2017 07:05:48 -0400 |
parents | c143e7e1fdbf |
children | 4f22bd612754 |
line wrap: on
line diff
--- a/flaimapper.xml Mon Jan 23 03:13:40 2017 -0500 +++ b/flaimapper.xml Fri Apr 28 07:05:48 2017 -0400 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<tool id="flaimapper" name="FlaiMapper" version="2.3.4-0"> +<tool id="flaimapper" name="FlaiMapper" version="2.4.0-0"> <description>detects small ncRNA derived fragments in small RNA-Seq data</description> <requirements> - <requirement type="package" version="2.3.4">flaimapper</requirement> + <requirement type="package" version="2.4.0">flaimapper</requirement> </requirements> <version_command>flaimapper --version 2>&1 | head -n 1</version_command> @@ -42,16 +42,17 @@ <when value="1"> <param name="fasta" type="data" format="fasta" optional="true" - label="(Optional) Genome reference in FASTA format that corresponds to the reference genome or RNA database" help="By selecting this file, sequences will be provided in the corresponding column in the output file" argument="-r" /> + label="(Optional) Genome reference in FASTA format that corresponds to the reference genome or RNA database" + help="By selecting this file, sequences will be provided in the corresponding column in the output file" argument="-r" /> </when> <when value="2"> <param name="offset5p" type="integer" value="4" - label="5' offset added to the exon-type GTF entry" - help="Exon-type entries are often used to measure expression. Because of the small size of the fragments it may be desired to use an offset." argument="--offset5p" /> + label="Add 5'-offset to exon-type entry in GTF output file" + help="Exon-type entries are often used to measure expression. Because of the small size of the fragments it may be desired to add an offset to allow less stringent read counting." argument="--offset5p" /> <param name="offset3p" type="integer" value="4" - label="3' offset added to the exon-type GTF entry" - help="Exon-type entries are often used to measure expression. Because of the small size of the fragments it may be desired to use an offset." argument="--offset3p" /> + label="Add 3'-offset to exon-type entry in GTF output file" + help="Exon-type entries are often used to measure expression. Because of the small size of the fragments it may be desired to add an offset to allow less stringent read counting." argument="--offset3p" /> </when> </conditional>