Mercurial > repos > drosofff > repenrich
diff repenrich.xml @ 3:1805b262c12d draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/repenrich commit ca572343d2a24d645dedd6c5d2cb352115ed8bf3
author | drosofff |
---|---|
date | Tue, 30 May 2017 10:34:53 -0400 |
parents | aed130b47d36 |
children | d359ec9f0fe1 |
line wrap: on
line diff
--- a/repenrich.xml Mon May 29 17:08:36 2017 -0400 +++ b/repenrich.xml Tue May 30 10:34:53 2017 -0400 @@ -1,4 +1,4 @@ -<tool id="repenrich" name="RepEnrich" version="1.0.0"> +<tool id="repenrich" name="RepEnrich" version="1.1.0"> <description>Repeat Element Profiling</description> <requirements> <requirement type="package" version="1.2.0">bowtie</requirement> @@ -36,7 +36,7 @@ <!-- basic error handling --> <inputs> <param format="fasta" label="Reference genome in fasta format" name="genome" type="data" /> - <param format="fastq,fastqsanger" label="Single-reads equencing dataset" name="input_fastq" type="data" help="accepted formats: fastq, fastqsanger" /> + <param format="fastq,fastqsanger" label="Single-reads sequencing dataset" name="input_fastq" type="data" help="accepted formats: fastq, fastqsanger" /> <param format="txt" label="RepeatMasker description file" name="repeatmasker" type="data" help="see help section"/> </inputs>