commit/galaxy-central: fubar: remove validator from input genome - as Jeremy pointed out it will prevent the use of an unspecified build local genome.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/ad69e258128a/ changeset: ad69e258128a user: fubar date: 2012-02-24 22:48:03 summary: remove validator from input genome - as Jeremy pointed out it will prevent the use of an unspecified build local genome. affected #: 1 file diff -r 71f34e63440125da6b2e572ea360b2032cfa79fc -r ad69e258128ae3dc5a9cfe2d13b53680279b48e8 tools/extract/extract_genomic_dna.xml --- a/tools/extract/extract_genomic_dna.xml +++ b/tools/extract/extract_genomic_dna.xml @@ -23,9 +23,7 @@ #end if </command><inputs> - <param format="interval,gff" name="input" type="data" label="Fetch sequences for intervals in"> - <validator type="unspecified_build" /> - </param> + <param format="interval,gff" name="input" type="data" label="Fetch sequences for intervals in"/><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.
participants (1)
-
Bitbucket