commit/galaxy-central: jgoecks: Remove unspecified build validator from extract_genomic_dna tool because it can work with a custom fasta.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/07de40a5a0b9/ changeset: 07de40a5a0b9 user: jgoecks date: 2011-08-11 15:53:14 summary: Remove unspecified build validator from extract_genomic_dna tool because it can work with a custom fasta. affected #: 1 file (63 bytes) --- a/tools/extract/extract_genomic_dna.xml Wed Aug 10 16:50:04 2011 -0400 +++ b/tools/extract/extract_genomic_dna.xml Thu Aug 11 09:53:14 2011 -0400 @@ -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