diff mergegffs.py @ 9:79d6bb2e6a5d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mergegffs commit b370006ad76357c5f9014e0af87205737197ace2
author eduardo
date Sat, 08 Apr 2017 18:17:27 -0400
parents 2b2efd0c4df8
children 8d0c12c9241d
line wrap: on
line diff
--- a/mergegffs.py	Sat Apr 08 15:29:36 2017 -0400
+++ b/mergegffs.py	Sat Apr 08 18:17:27 2017 -0400
@@ -13,6 +13,7 @@
         parser.add_argument('-m','--genemap', help="mapping of genes to transcripts")
         parser.add_argument('-p','--peptides',required=True, help="peptide prediction gff")
         parser.add_argument('-b','--blastp', help="blastp outfmt6 results for peptides")
+        parser.add_argument('-x','--blastx', help="blastx outfmt6 results for transcripts")
         parser.add_argument('-f','--pfam', help="hmmer results for peptides")
         parser.add_argument('-t','--tmhmm', help="tmhmm results for peptides")
         parser.add_argument('-s','--signalP', help="signalP results for peptides")