Previous changeset 6:a04cf51612f1 (2013-09-23) Next changeset 8:de11e1a921c4 (2014-01-21) |
Commit message:
Uploaded v0.0.17, Add maskinfo-asn1 and maskinfo-asn1-binary sub-datatypes |
modified:
README.rst datatypes_conf.xml |
b |
diff -r a04cf51612f1 -r 5ec5dece43cb README.rst --- a/README.rst Mon Sep 23 09:56:10 2013 -0400 +++ b/README.rst Tue Jan 21 13:32:49 2014 -0500 |
b |
@@ -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 ======= ====================================================================== |
b |
diff -r a04cf51612f1 -r 5ec5dece43cb datatypes_conf.xml --- a/datatypes_conf.xml Mon Sep 23 09:56:10 2013 -0400 +++ b/datatypes_conf.xml Tue Jan 21 13:32:49 2014 -0500 |
b |
@@ -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"/> |