# HG changeset patch # User drosofff # Date 1446053225 14400 # Node ID 858e4f25ec2d82b127b5a5380363ea1d514bd40e # Parent e29f3d1124e40f10d49370dc6c7a8369db2c563d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_cap3 commit 91a0ccc6289f607b16e9ed2482e256c10704f034 diff -r e29f3d1124e4 -r 858e4f25ec2d cap3.xml --- a/cap3.xml Wed Oct 28 13:21:15 2015 -0400 +++ b/cap3.xml Wed Oct 28 13:27:05 2015 -0400 @@ -4,7 +4,7 @@ cap3 -cap3 "$inputSequences" -o $overlaplength -p overlapidentity > "$cap3stdout"; +cap3 "$inputSequences" -o $overlaplength -p $overlapidentity > "$cap3stdout"; mv "$inputSequences".cap.contigs $contigs; mv "$inputSequences".cap.contigs.qual $contigsqual; mv "$inputSequences".cap.contigs.links $contigslink;