0
|
1
|
|
2 Custom glycan data types for galaxy
|
|
3 ===================================
|
|
4
|
|
5 New glycan data types for galaxy, included as part of the glycan tools repo instead of being included manually (as done previously)
|
|
6 Ideas from http://gregvonkuster.org/galaxy-tool-shed-including-custom-datatypes-repositories/
|
|
7
|
|
8 Supported data types include (copied from datatypes_conf.xml):
|
|
9
|
|
10 <sniffer type="galaxy.datatypes.glycan:kcf"/>
|
|
11 <sniffer type="galaxy.datatypes.glycan:glycoct"/>
|
|
12 <sniffer type="galaxy.datatypes.glycan:glycoct_xml"/>
|
|
13 <sniffer type="galaxy.datatypes.glycan:glydeii"/>
|
|
14 <sniffer type="galaxy.datatypes.glycan:linucs"/>
|
|
15 <sniffer type="galaxy.datatypes.glycan:iupac"/>
|
|
16 <sniffer type="galaxy.datatypes.glycan:linearcode"/>
|
|
17 <sniffer type="galaxy.datatypes.glycan:msa"/>
|
|
18 <sniffer type="galaxy.datatypes.glycan:wurcs"/>
|
|
19
|