Mercurial > repos > greg > gene_family_classifier
comparison gene_family_classifier.xml @ 26:e9bf17c24260 draft
Uploaded
author | greg |
---|---|
date | Thu, 12 Jan 2017 10:50:02 -0500 |
parents | 9be4bb807c21 |
children | f041f7778540 |
comparison
equal
deleted
inserted
replaced
25:9be4bb807c21 | 26:e9bf17c24260 |
---|---|
75 && echo "Sequences classified into pre-computed orthologous plant gene family clusters with corresponding coding sequences: `ls $orthogroups_fasta_src_dir | grep f | wc -l` files" > $output | 75 && echo "Sequences classified into pre-computed orthologous plant gene family clusters with corresponding coding sequences: `ls $orthogroups_fasta_src_dir | grep f | wc -l` files" > $output |
76 #else: | 76 #else: |
77 && echo "Sequences classified into pre-computed orthologous plant gene family clusters: `ls $orthogroups_fasta_src_dir | grep f | wc -l` files" > $output | 77 && echo "Sequences classified into pre-computed orthologous plant gene family clusters: `ls $orthogroups_fasta_src_dir | grep f | wc -l` files" > $output |
78 #end if | 78 #end if |
79 && ls -al $orthogroups_fasta_src_dir | grep f >> $output | 79 && ls -al $orthogroups_fasta_src_dir | grep f >> $output |
80 && mv $orthogroups_fasta_src_dir/* $dest_dir | 80 && mv $orthogroups_fasta_src_dir/* $dest_dir || true |
81 #end if | 81 #end if |
82 | 82 |
83 ]]> | 83 ]]> |
84 </command> | 84 </command> |
85 <inputs> | 85 <inputs> |