changeset 108:0bc8487c0e2e draft

Uploaded
author greg
date Fri, 08 Dec 2017 11:09:59 -0500
parents 67420bf2013b
children c69c1a21ce0e
files assembly_post_processor.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/assembly_post_processor.xml	Fri Dec 08 09:01:01 2017 -0500
+++ b/assembly_post_processor.xml	Fri Dec 08 11:09:59 2017 -0500
@@ -34,8 +34,8 @@
     --min_length $options_type.min_length
 #end if
 --num_threads \${GALAXY_SLOTS:-4}
-&>proc.log
-&& if [[ $? -ne 0 ]]; then
+&>proc.log;
+if [[ $? -ne 0 ]]; then
     cp proc.log '$output_cds';
     cp proc.log '$output_pep';
     cp proc.log '$output_cleaned_cds';