galaxy-dist commit 14406c63e7bd: Update vcf_to_mafcustomtrack tool to enforce a minimum of one dataset to be selected.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Dan Blankenberg <dan@bx.psu.edu> # Date 1279124304 14400 # Node ID 14406c63e7bd2569bdbb73af2949e7e020c22acd # Parent 63db00b2f0a3ef973666c81b8cd4934ad36c5317 Update vcf_to_mafcustomtrack tool to enforce a minimum of one dataset to be selected. --- a/tools/maf/vcf_to_maf_customtrack.xml +++ b/tools/maf/vcf_to_maf_customtrack.xml @@ -23,13 +23,13 @@ <option value="-s">Per Sample</option></param><when value="-p"> - <repeat name="vcf_file" title="VCF population file"> + <repeat name="vcf_file" title="VCF population file" min="1"><param format="tabular" name="vcf_input" type="data" label="VCF file"/><param name="population_name" type="text" label="Name for this population" value=""/></repeat></when><when value="-s"> - <repeat name="vcf_file" title="VCF sample file"> + <repeat name="vcf_file" title="VCF sample file" min="1"><param format="tabular" name="vcf_input" type="data" label="VCF file"/><!-- add column count validator >= 8? --></repeat>
participants (1)
-
commits-noreply@bitbucket.org