commit/galaxy-central: dan: Allow BCF files to be uploaded.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/a09c2e0406c4/ changeset: a09c2e0406c4 user: dan date: 2012-04-17 15:47:25 summary: Allow BCF files to be uploaded. affected #: 1 file diff -r ddc66d9905cc6bea0e10967013bc18737f0d10c7 -r a09c2e0406c471fc31f18f5f7cce49e1b4b92718 datatypes_conf.xml.sample --- a/datatypes_conf.xml.sample +++ b/datatypes_conf.xml.sample @@ -170,7 +170,7 @@ <display file="igv/vcf.xml" /><display file="rviewer/vcf.xml" inherit="True"/></datatype> - <datatype extension="bcf" type="galaxy.datatypes.binary:Binary" subclass="True"/> + <datatype extension="bcf" type="galaxy.datatypes.binary:Binary" subclass="True" display_in_upload="True"/><datatype extension="velvet" type="galaxy.datatypes.assembly:Velvet" display_in_upload="false"/><datatype extension="wig" type="galaxy.datatypes.interval:Wiggle" display_in_upload="true"><converter file="wig_to_bigwig_converter.xml" target_datatype="bigwig"/> 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