Mercurial > repos > devteam > blast_datatypes
diff datatypes_conf.xml @ 4:f9a7783ed7b6 draft
Uploaded v0.0.14 adding BLAST database support.
See also the matching update for the NCBI BLAST+ wrappers which use these new definitions. This update included work by Edward Kirton.
author | peterjc |
---|---|
date | Fri, 09 Nov 2012 06:50:05 -0500 |
parents | 6ef523b390e0 |
children | 5ec5dece43cb |
line wrap: on
line diff
--- a/datatypes_conf.xml Thu Sep 20 10:13:16 2012 -0400 +++ b/datatypes_conf.xml Fri Nov 09 06:50:05 2012 -0500 @@ -5,6 +5,8 @@ </datatype_files> <registration> <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"/> </registration> <sniffers> <sniffer type="galaxy.datatypes.blast:BlastXml"/>