annotate datatypes_conf.xml @ 5:4f753bb8681e draft

"planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 0478e809d16b674c851131bb7e583cfd59d1ad01-dirty"
author sblanck
date Tue, 20 Apr 2021 13:11:24 +0000
parents 94fc6ed13946
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
1 <?xml version="1.0"?>
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
2 <datatypes>
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
3 <registration>
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
4 <datatype extension="cdf" type="galaxy.datatypes.binary:Binary" subclass="True" display_in_upload="true" />
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
5 <datatype extension="ufl" type="galaxy.datatypes.binary:Binary" subclass="true" display_in_upload="true" />
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
6 <datatype extension="ugp" type="galaxy.datatypes.binary:Binary" subclass="true" display_in_upload="true" />
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
7 <datatype extension="acs" type="galaxy.datatypes.binary:Binary" subclass="true" display_in_upload="true" />
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
8 <datatype extension="dsf" type="galaxy.datatypes.tabular:Tabular" subclass="true" display_in_upload="false"/>
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
9 <datatype extension="log" type="galaxy.datatypes.data:Text" subclass="true" display_in_upload="false"/>
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
10 <!--segmentation and calling result file-->
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
11 <datatype extension="scr" type="galaxy.datatypes.tabular:Tabular" subclass="true" display_in_upload="false"/>
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
12 <!--segmentation allele b fraction result file-->
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
13 <datatype extension="sar" type="galaxy.datatypes.tabular:Tabular" subclass="true" display_in_upload="false"/>
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
14 <!-- signal extraction file-->
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
15 <datatype extension="sef" type="galaxy.datatypes.tabular:Tabular" subclass="true" display_in_upload="true"/>
5
4f753bb8681e "planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 0478e809d16b674c851131bb7e583cfd59d1ad01-dirty"
sblanck
parents: 3
diff changeset
16 <datatype extension="saf" type="galaxy.datatypes.tabular:Tabular" subclass="true" display_in_upload="true"/>
4f753bb8681e "planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 0478e809d16b674c851131bb7e583cfd59d1ad01-dirty"
sblanck
parents: 3
diff changeset
17 <datatype extension="nzip" type="galaxy.datatypes.binary:CompressedZipArchive" subclass="true" display_in_upload="true"/>
3
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
18 <!--End MPAgenomics extensions-->
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
19 </registration>
94fc6ed13946 planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit 7679c75b4a95df45311603e2dceda55b159ffb4b-dirty
sblanck
parents:
diff changeset
20 </datatypes>