changeset 8:7ceb2ae30ff4 draft

Uploaded v0.0.17, Add maskinfo-asn1 and maskinfo-asn1-binary sub-datatypes
author peterjc
date Tue, 08 Oct 2013 05:06:22 -0400
parents a44a7a5456e1
children e36c60d13c94
files README.rst datatypes_conf.xml
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.rst	Mon Aug 05 11:09:32 2013 -0400
+++ b/README.rst	Tue Oct 08 05:06:22 2013 -0400
@@ -14,6 +14,9 @@
 wrappers). My thanks to Dannon Baker from the Galaxy development team for his
 assistance with this.
 
+It is available from the Galaxy Tool Shed at:
+http://toolshed.g2.bx.psu.edu/view/devteam/blast_datatypes
+
 
 History
 =======
@@ -32,8 +35,10 @@
 v0.0.15 - Fixes a MetadataElement bug and includes more of the optional
           BLAST database files (contribution from Nicola Soranzo)
 v0.0.16 - Adopt standard MIT License.
+        - Use reStructuredText for this README file.
         - Development moved to GitHub, https://github.com/peterjc/galaxy_blast
         - Nucleotide database definition aware of MegaBLAST index superheader
+v0.0.17 - Add maskinfo-asn1 and maskinfo-asn1-binary sub-datatypes
 ======= ======================================================================
 
 
--- a/datatypes_conf.xml	Mon Aug 05 11:09:32 2013 -0400
+++ b/datatypes_conf.xml	Tue Oct 08 05:06:22 2013 -0400
@@ -7,6 +7,8 @@
         <datatype extension="blastxml" type="galaxy.datatypes.blast:BlastXml" mimetype="application/xml" display_in_upload="true"/>
         <datatype extension="blastdbn" type="galaxy.datatypes.blast:BlastNucDb" mimetype="text/html" display_in_upload="false"/>
         <datatype extension="blastdbp" type="galaxy.datatypes.blast:BlastProtDb" mimetype="text/html" display_in_upload="false"/>
+        <datatype extension="maskinfo-asn1" type="galaxy.datatypes.data:GenericAsn1" mimetype="text/plain" subclass="True" display_in_upload="true" />
+        <datatype extension="maskinfo-asn1-binary" type="galaxy.datatypes.binary:GenericAsn1Binary" mimetype="application/octet-stream" subclass="True" display_in_upload="true" />
     </registration>
     <sniffers>
         <sniffer type="galaxy.datatypes.blast:BlastXml"/>