commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/72114674b59f/ Changeset: 72114674b59f Branch: BjoernGruening/add-empty_field-validator-to-gtf2bedgrap-1403907588881 User: BjoernGruening Date: 2014-06-28 00:21:37 Summary: Add empty_field validator to gtf2bedgraph.xml Affected #: 1 file diff -r 2577b386dbbe421e80c816abf7683359ab64fe1f -r 72114674b59f516b635d120c2d8b1f69fd6de651 tools/filters/gtf2bedgraph.xml --- a/tools/filters/gtf2bedgraph.xml +++ b/tools/filters/gtf2bedgraph.xml @@ -3,7 +3,9 @@ <command interpreter="python">gtf_to_bedgraph_converter.py $input $out_file1 $attribute_name</command><inputs><param format="gtf" name="input" type="data" label="Convert this query"/> - <param name="attribute_name" type="text" label="Attribute to Use for Value"/> + <param name="attribute_name" type="text" label="Attribute to Use for Value"> + <validator type="empty_field" /> + </param></inputs><outputs><data format="bedgraph" name="out_file1" /> https://bitbucket.org/galaxy/galaxy-central/commits/6d50cd223802/ Changeset: 6d50cd223802 User: jmchilton Date: 2014-07-07 02:18:04 Summary: Merged in BjoernGruening/galaxy-central-1/BjoernGruening/add-empty_field-validator-to-gtf2bedgrap-1403907588881 (pull request #427) Add empty_field validator to gtf2bedgraph.xml Affected #: 1 file diff -r feecd55a179edf7c9c8021110aa125f1854bef2d -r 6d50cd22380253129121e3e7359a6286ee9b1663 tools/filters/gtf2bedgraph.xml --- a/tools/filters/gtf2bedgraph.xml +++ b/tools/filters/gtf2bedgraph.xml @@ -3,7 +3,9 @@ <command interpreter="python">gtf_to_bedgraph_converter.py $input $out_file1 $attribute_name</command><inputs><param format="gtf" name="input" type="data" label="Convert this query"/> - <param name="attribute_name" type="text" label="Attribute to Use for Value"/> + <param name="attribute_name" type="text" label="Attribute to Use for Value"> + <validator type="empty_field" /> + </param></inputs><outputs><data format="bedgraph" name="out_file1" /> 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)
-
commits-noreply@bitbucket.org