1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/changeset/9a5a2a6bbec2/ changeset: 9a5a2a6bbec2 user: fubar date: 2012-02-24 08:27:34 summary: Add a validator type="unspecified_build" to extract genomic dna tool affected #: 1 file
diff -r f4389a047276b4a465b01cc33e1a8c316466a3cc -r 9a5a2a6bbec2b74f888b907aff05ebcfb274aee4 tools/extract/extract_genomic_dna.xml --- a/tools/extract/extract_genomic_dna.xml +++ b/tools/extract/extract_genomic_dna.xml @@ -23,7 +23,9 @@ #end if </command><inputs> - <param format="interval,gff" name="input" type="data" label="Fetch sequences for intervals in"/> + <param format="interval,gff" name="input" type="data" label="Fetch sequences for intervals in"> + <validator type="unspecified_build" /> + </param><param name="interpret_features" type="select" label="Interpret features when possible" help="Only meaningful for GFF, GTF datasets."><option value="yes">Yes</option><option value="no">No</option>
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
galaxy-commits@lists.galaxyproject.org