diff blast2html.py @ 126:0fa962dd83b4

Add README and license
author Jan Kanis <jan.code@jankanis.nl>
date Wed, 22 Jul 2015 16:10:25 +0200
parents 720efb818f1b
children
line wrap: on
line diff
--- a/blast2html.py	Tue Jul 07 09:28:08 2015 +0200
+++ b/blast2html.py	Wed Jul 22 16:10:25 2015 +0200
@@ -3,7 +3,7 @@
 
 # Actually this program works with both python 2 and 3, tested against python 2.6
 
-# Copyright The Hyve B.V. 2014
+# Copyright The Hyve B.V. 2014-2015
 # License: GPL version 3 or (at your option) any higher version
 
 from __future__ import unicode_literals, division
@@ -450,9 +450,11 @@
                         help="""The directory where databases are configured in blastdb*.loc files. These files
                         are consulted for creating a gene bank link. The files should conform to the format that
                         Galaxy's BLAST expect, i.e. tab-separated tables (with lines starting with '#' ignored),
-                        with two extra fields. The third field of a line should be a database path and the fourth
-                        a genebank link template conforming to the --genelink-template option syntax. Entries in
-                        these config files override links specified using --genelink-template and --dbname.""")
+                        with two extra fields, for a total of five fields per line instead of three.. The third 
+                        field of each line should be a database path as used by BLAST. The fourth field is the 
+                        human readable database name, and the fifth a template link to the gene bank conforming
+                        to the syntax for the --genelink-template option. Entries in these config files override 
+                        links specified using --genelink-template and --dbname.""")
     
     args = parser.parse_args()
     if args.input == None: