# HG changeset patch # User brinkmanlab # Date 1605898732 0 # Node ID 4931255f2fcc4942d1d542ec5991e47736382a86 # Parent f8b09693c9c11c9b6af8d52c3978ae0f3a51e6e9 "planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/mauve_contig_mover commit 25b7aeca541e258a2bff5d0e34e9298996b4a47b" diff -r f8b09693c9c1 -r 4931255f2fcc mauve_contig_mover.xml --- a/mauve_contig_mover.xml Fri Jun 26 02:47:48 2020 -0400 +++ b/mauve_contig_mover.xml Fri Nov 20 18:58:52 2020 +0000 @@ -44,7 +44,7 @@ #set $draft_path = str($draft) #end if - MauveCM -output output -ref $ref -draft $draft_path && $__tool_directory__/mcm_final.sh + test -r $ref && MauveCM -output output -ref $ref -draft $draft_path && $__tool_directory__/mcm_final.sh ]]>