# HG changeset patch # User artbio # Date 1697029413 0 # Node ID f03154ac4ed865d3a78e9f81a1db4c7ad4213bdc # Parent ec3b8341f5516c80ab6ced0ff05902c5bcdef555 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/blastx_to_scaffold commit 7777a0e34cc2ccd228183af74809ae0d5d9e9b85 diff -r ec3b8341f551 -r f03154ac4ed8 blastx_to_scaffold.xml --- a/blastx_to_scaffold.xml Wed Mar 10 19:11:14 2021 +0000 +++ b/blastx_to_scaffold.xml Wed Oct 11 13:03:33 2023 +0000 @@ -1,13 +1,14 @@ - + Generate DNA scaffold from blastx alignment of Contigs python - - blastx_to_scaffold.py --sequences $sequences + +]]> @@ -32,12 +33,17 @@ **What it Does** This tool starts from DNA contigs that aligned to a subject protein sequence through blastx. -The contigs must be provided in fasta format. The blastx output must be tabular, the 12 standard column plus column 13 with the length of the blastx subject. +The contigs must be provided in fasta format. The blastx output must be tabular, the 12 standard +columns plus column 13 with the length of the blastx subject. + The final scaffold is a DNA sequence. + Sequences of the subject protein which were not aligned to the contigs are replaced by Ns in this scaffold. -**Attribution** -This Galaxy tool was created by drosofff@gmail.com on 28/05/2015 + + 10.1186/s13742-015-0080-7 + +