# HG changeset patch # User greg # Date 1513865662 18000 # Node ID 2ac7090847f9479c9980b7e38ba587ea58715892 # Parent 3384b6a842b0ade7535c99371b678c7b80e94f33 Uploaded diff -r 3384b6a842b0 -r 2ac7090847f9 gene_family_aligner.xml --- a/gene_family_aligner.xml Mon Oct 30 09:52:00 2017 -0400 +++ b/gene_family_aligner.xml Thu Dec 21 09:14:22 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' -