comparison datatypes/README.md @ 0:0e941a69a6fa draft default tip

Uploaded
author chrisb
date Wed, 23 Mar 2016 14:34:50 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0e941a69a6fa
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