changeset 10:5dd19eb38c39 draft

planemo upload for repository https://github.com/phac-nml/mob-suite commit 4046a822176aafd34a2ae8dc24ad6d0337fafbe6-dirty
author dfornika
date Tue, 25 Jun 2019 14:30:20 -0400
parents 4ea788be628e
children 1ac93528c500
files separate_chromosome_from_plasmids.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/separate_chromosome_from_plasmids.xml	Tue Jun 25 14:23:46 2019 -0400
+++ b/separate_chromosome_from_plasmids.xml	Tue Jun 25 14:30:20 2019 -0400
@@ -5,7 +5,7 @@
   <command detect_errors="exit_code">
   <![CDATA[
     #for $input in $inputs
-        cp '${input}' '${input.element_identifier}.fasta'
+        cp '${input}' '${input.element_identifier}.fasta' &&
     #end for
   ]]>  
   </command>