Repository 'msp_blastparser_and_hits'
hg clone https://toolshed.g2.bx.psu.edu/repos/drosofff/msp_blastparser_and_hits

Changeset 9:d1c1a8c380af (2016-02-05)
Previous changeset 8:b36a6599e67b (2016-02-04) Next changeset 10:ddebfe3fb11a (2016-02-05)
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_blastparser_and_hits commit f76faf6bca008b11eb4deb3bc1ce26914af3ee87-dirty
modified:
BlastParser_and_hits.xml
b
diff -r b36a6599e67b -r d1c1a8c380af BlastParser_and_hits.xml
--- 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
b
@@ -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>