Mercurial > repos > devteam > blast_datatypes
changeset 7:5ec5dece43cb draft
Uploaded v0.0.17, Add maskinfo-asn1 and maskinfo-asn1-binary sub-datatypes
author | peterjc |
---|---|
date | Tue, 21 Jan 2014 13:32:49 -0500 |
parents | a04cf51612f1 |
children | de11e1a921c4 |
files | README.rst datatypes_conf.xml |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Mon Sep 23 09:56:10 2013 -0400 +++ b/README.rst Tue Jan 21 13:32:49 2014 -0500 @@ -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 Sep 23 09:56:10 2013 -0400 +++ b/datatypes_conf.xml Tue Jan 21 13:32:49 2014 -0500 @@ -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"/>