changeset 0:47750b30e530 draft default tip

Uploaded
author mons
date Fri, 31 Oct 2014 05:21:09 -0400
parents
children
files datatype_simple/README.txt datatype_simple/datatypes_conf.xml
diffstat 2 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/datatype_simple/README.txt	Fri Oct 31 05:21:09 2014 -0400
@@ -0,0 +1,15 @@
+
+----------------
+GenBank datatype 
+----------------
+
+This package contains the GenBank datatype without sniffer.
+
+--------------------------------------------------------------------
+Instructions for integration of GenBank datatype into the workflow-system
+Galaxy (http://getgalaxy.org)
+--------------------------------------------------------------------
+
+For best results, we recommand you to install it via the toolshed.
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/datatype_simple/datatypes_conf.xml	Fri Oct 31 05:21:09 2014 -0400
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<datatypes>
+
+    <registration>
+		<datatype extension="genbank" type="galaxy.datatypes.data:Text" display_in_upload="true" subclass="True" />
+    </registration>
+</datatypes>