# HG changeset patch # User drosofff # Date 1452879345 18000 # Node ID 35e2e6452cf73cda94d80f2fecd0f5acd0e0f4d7 # Parent 7fb07a6ab96892004f09147ad8c293dc00cbc051 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/blast_to_scaffold commit 5ecc0c7c2e7a6c1dfff04a881e55aa4b6d6e60a9 diff -r 7fb07a6ab968 -r 35e2e6452cf7 blast_to_scaffold.xml --- 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 @@ - 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" @@ -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.