Mercurial > repos > greg > plant_tribes_gene_family_integrator
changeset 4:8ef8997aaa0c draft
Uploaded
author | greg |
---|---|
date | Thu, 21 Dec 2017 09:15:47 -0500 |
parents | 276f0f31ddb0 |
children | 9de4252b1018 |
files | gene_family_integrator.xml |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gene_family_integrator.xml Mon Oct 30 09:53:09 2017 -0400 +++ b/gene_family_integrator.xml Thu Dec 21 09:15:47 2017 -0500 @@ -18,7 +18,11 @@ --orthogroup_fasta '$input_dir' --scaffold '$scaffold.fields.path' --method $method -&>proc.log +&>gene_family_integrator_log.txt; +if [[ $? -ne 0 ]]; then + cp gene_family_integrator_log.txt integratedGeneFamilies_dir; + exit 1; +fi ]]></command> <inputs> <param name="input" format="fasta" type="data_collection" collection_type="list" label="Classified orthogroup fasta files" />