changeset 26:e9bf17c24260 draft

Uploaded
author greg
date Thu, 12 Jan 2017 10:50:02 -0500
parents 9be4bb807c21
children f041f7778540
files gene_family_classifier.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gene_family_classifier.xml	Thu Jan 12 10:00:50 2017 -0500
+++ b/gene_family_classifier.xml	Thu Jan 12 10:50:02 2017 -0500
@@ -77,7 +77,7 @@
                     && echo "Sequences classified into pre-computed orthologous plant gene family clusters: `ls $orthogroups_fasta_src_dir | grep f | wc -l` files" > $output
                 #end if
                 && ls -al $orthogroups_fasta_src_dir | grep f >> $output
-                && mv $orthogroups_fasta_src_dir/* $dest_dir
+                && mv $orthogroups_fasta_src_dir/* $dest_dir || true
             #end if
 
         ]]>