Mercurial > repos > sblanck > mpagenomics
changeset 3:94fc6ed13946 draft
planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
author | sblanck |
---|---|
date | Tue, 16 Jun 2020 04:34:09 -0400 |
parents | b0346f5e9e45 |
children | 3fcbb8030fcc |
files | datatypes_conf.xml |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes_conf.xml Tue Jun 16 04:34:09 2020 -0400 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<datatypes> + <registration> + <datatype extension="cdf" type="galaxy.datatypes.binary:Binary" subclass="True" display_in_upload="true" /> + <datatype extension="ufl" type="galaxy.datatypes.binary:Binary" subclass="true" display_in_upload="true" /> + <datatype extension="ugp" type="galaxy.datatypes.binary:Binary" subclass="true" display_in_upload="true" /> + <datatype extension="acs" type="galaxy.datatypes.binary:Binary" subclass="true" display_in_upload="true" /> + <datatype extension="dsf" type="galaxy.datatypes.tabular:Tabular" subclass="true" display_in_upload="false"/> + <datatype extension="log" type="galaxy.datatypes.data:Text" subclass="true" display_in_upload="false"/> + <!--segmentation and calling result file--> + <datatype extension="scr" type="galaxy.datatypes.tabular:Tabular" subclass="true" display_in_upload="false"/> + <!--segmentation allele b fraction result file--> + <datatype extension="sar" type="galaxy.datatypes.tabular:Tabular" subclass="true" display_in_upload="false"/> + <!-- signal extraction file--> + <datatype extension="sef" type="galaxy.datatypes.tabular:Tabular" subclass="true" display_in_upload="true"/> + <!--End MPAgenomics extensions--> + </registration> +</datatypes>