commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6f7356018ed9/ Changeset: 6f7356018ed9 User: BjoernGruening Date: 2014-10-08 13:58:34+00:00 Summary: Include cbx as new datatype used by recent versions of cufftools. Affected #: 1 file diff -r 0e99c30878af56e23f447854a7ae70b412a9d627 -r 6f7356018ed9311250c9a6c1a616e27e814ef954 config/datatypes_conf.xml.sample --- a/config/datatypes_conf.xml.sample +++ b/config/datatypes_conf.xml.sample @@ -43,6 +43,7 @@ <display file="ucsc/bigwig.xml" /><display file="igb/bigwig.xml" /></datatype> + <datatype extension="cxb" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" subclass="True" display_in_upload="true" description="Cuffquant output format" /><datatype extension="chrint" type="galaxy.datatypes.interval:ChromatinInteractions" display_in_upload="True"><converter file="interval_to_bgzip_converter.xml" target_datatype="bgzip"/><converter file="interval_to_tabix_converter.xml" target_datatype="tabix" depends_on="bgzip"/> https://bitbucket.org/galaxy/galaxy-central/commits/a40dc4c1f075/ Changeset: a40dc4c1f075 User: dannon Date: 2014-10-10 13:58:18+00:00 Summary: Merged in BjoernGruening/galaxy-central-5 (pull request #519) Include cbx as new datatype, used by recent versions of cufftools. Affected #: 1 file diff -r 934dc228aeeed80e4973af32a3686ffb8ab5d624 -r a40dc4c1f075938eac42fd428e5fc7697560d751 config/datatypes_conf.xml.sample --- a/config/datatypes_conf.xml.sample +++ b/config/datatypes_conf.xml.sample @@ -43,6 +43,7 @@ <display file="ucsc/bigwig.xml" /><display file="igb/bigwig.xml" /></datatype> + <datatype extension="cxb" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" subclass="True" display_in_upload="true" description="Cuffquant output format" /><datatype extension="chrint" type="galaxy.datatypes.interval:ChromatinInteractions" display_in_upload="True"><converter file="interval_to_bgzip_converter.xml" target_datatype="bgzip"/><converter file="interval_to_tabix_converter.xml" target_datatype="tabix" depends_on="bgzip"/> 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