diff tools/ncbi_blast_plus/blastxml_to_tabular.py @ 25:e25d3acf6e68 draft

v0.3.1 completed gzip support
author peterjc
date Tue, 23 Oct 2018 08:48:19 -0400
parents c877294f8025
children 2889433c7ae1
line wrap: on
line diff
--- a/tools/ncbi_blast_plus/blastxml_to_tabular.py	Mon Jul 09 10:08:16 2018 -0400
+++ b/tools/ncbi_blast_plus/blastxml_to_tabular.py	Tue Oct 23 08:48:19 2018 -0400
@@ -168,6 +168,7 @@
 
 
 def convert(blastxml_filename, output_handle):
+    """Convert BLAST XML input from a file to tabular on given handle."""
     blast_program = None
     # get an iterable
     try: