changeset 1:35e2e6452cf7 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/blast_to_scaffold commit 5ecc0c7c2e7a6c1dfff04a881e55aa4b6d6e60a9
author drosofff
date Fri, 15 Jan 2016 12:35:45 -0500
parents 7fb07a6ab968
children 61731b911f4e
files blast_to_scaffold.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/blast_to_scaffold.xml	Tue Jan 05 09:25:59 2016 -0500
+++ b/blast_to_scaffold.xml	Fri Jan 15 12:35:45 2016 -0500
@@ -3,10 +3,10 @@
 <requirements>
 </requirements>
 <command interpreter="python">
-        blast_to_scaffold.py --sequences $sequences
-                              --guideSequence $guideSequence
-                              --blast-tab $blast_tab
-                              --output $output
+        blast_to_scaffold.py --sequences "$sequences"
+                              --guideSequence "$guideSequence"
+                              --blast-tab "$blast_tab"
+                              --output "$output"
 </command>
 <inputs>
 <param name="sequences" type="data" format="fasta" label="Select a fasta contigs file"/> 
@@ -35,7 +35,7 @@
 **What it Does**
 This tool start from DNA contigs that aligned to a subject DNA sequence through blastn or tblastx.
 The contigs must be provided in fasta format. The blastn or tblastx output must be tabular, the 12 standard column plus column 13 with the length of the blastn or tblastx subject.
-The sequence used to blastn or tblastx the contigs must be provided to serve as a guide to the final assembly
+The sequence used to BLAST (blastn or tblastx) the contigs must be provided to serve as a guide to the final assembly
 The final assembly is a DNA sequence.
 Nucleotides of the guide sequence which were not covered by contigs are in small letters in the output assembly.