Mercurial > repos > chrisb > gap_datatypes
diff datatypes/README.md @ 0:0e941a69a6fa draft default tip
Uploaded
author | chrisb |
---|---|
date | Wed, 23 Mar 2016 14:34:50 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes/README.md Wed Mar 23 14:34:50 2016 -0400 @@ -0,0 +1,19 @@ + +Custom glycan data types for galaxy +=================================== + +New glycan data types for galaxy, included as part of the glycan tools repo instead of being included manually (as done previously) +Ideas from http://gregvonkuster.org/galaxy-tool-shed-including-custom-datatypes-repositories/ + +Supported data types include (copied from datatypes_conf.xml): + + <sniffer type="galaxy.datatypes.glycan:kcf"/> + <sniffer type="galaxy.datatypes.glycan:glycoct"/> + <sniffer type="galaxy.datatypes.glycan:glycoct_xml"/> + <sniffer type="galaxy.datatypes.glycan:glydeii"/> + <sniffer type="galaxy.datatypes.glycan:linucs"/> + <sniffer type="galaxy.datatypes.glycan:iupac"/> + <sniffer type="galaxy.datatypes.glycan:linearcode"/> + <sniffer type="galaxy.datatypes.glycan:msa"/> + <sniffer type="galaxy.datatypes.glycan:wurcs"/> +