# HG changeset patch # User greg # Date 1513192143 18000 # Node ID 71619c9e01d3b0220338dd2bf5699a846b3eb859 # Parent 8d71c1dff476554476fca61f10223654c896fe76 Uploaded diff -r 8d71c1dff476 -r 71619c9e01d3 gene_family_aligner.xml --- a/gene_family_aligner.xml Mon Oct 30 08:56:01 2017 -0400 +++ b/gene_family_aligner.xml Wed Dec 13 14:09:03 2017 -0500 @@ -47,7 +47,11 @@ #end if #end if #end if -&>proc.log +&>gene_family_aligner_log.txt; +if [[ $? -ne 0 ]]; then + find geneFamilyAlignments_dir -type d -maxdepth 1 -exec cp gene_family_aligner_log.txt {} \; + exit 1; +fi ]]> @@ -129,7 +133,6 @@ codon_alignments == 'yes' and remove_gappy_sequences_cond['remove_gappy_sequences'] == 'yes' and remove_gappy_sequences_cond['remove_sequences_with_gaps_cond']['remove_sequences_with_gaps'] == 'yes' -