Mercurial > repos > saskia-hiltemann > cgatools_v17
changeset 4:418343b53afd draft
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 8fc6d78bd30e022a200c841a3684e615a47ffc42
author | yhoogstrate |
---|---|
date | Tue, 10 Nov 2015 11:18:20 -0500 |
parents | 91e163b708d3 |
children | 64017ce705b6 |
files | tools/cgatools17/testvariants_v17.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/cgatools17/testvariants_v17.xml Tue Nov 10 11:05:48 2015 -0500 +++ b/tools/cgatools17/testvariants_v17.xml Tue Nov 10 11:18:20 2015 -0500 @@ -11,7 +11,7 @@ cgatools testvariants --beta --reference - + #if $reference_gene_sets_source.source_select == "indexed_filtered" ${reference_gene_sets_source.crr.fields.crr_path} #else if $reference_gene_sets_source.source_select == "history" @@ -30,7 +30,7 @@ <!--form field to select crr file--> <conditional name="reference_gene_sets_source"> - <param name="source_select" type="select" label="GFF/GTF Source"> + <param name="source_select" type="select" label="Genome reference (in complete genomics CRR format)" help="Some indexes are available at ftp://ftp.completegenomics.com/ReferenceFiles/"> <option value="indexed_filtered">Use a built-in index (which fits your reference)</option> <option value="history">Use reference from the history</option> </param>