changeset 9:d1c1a8c380af draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_blastparser_and_hits commit f76faf6bca008b11eb4deb3bc1ce26914af3ee87-dirty
author drosofff
date Fri, 05 Feb 2016 04:41:56 -0500
parents b36a6599e67b
children ddebfe3fb11a
files BlastParser_and_hits.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/BlastParser_and_hits.xml	Thu Feb 04 16:59:58 2016 -0500
+++ b/BlastParser_and_hits.xml	Fri Feb 05 04:41:56 2016 -0500
@@ -1,4 +1,4 @@
-<tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.4.0">
+<tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.4.1">
 <description>for virus discovery</description>
 <requirements></requirements>
 <command interpreter="python">
@@ -19,7 +19,7 @@
     #end if
     --al_sequences $al_sequences
     --un_sequences $un_sequences
-    --dataset_name "$blast.element_identifier"
+    --dataset_name $blast.name
 
 </command>
 <inputs>