# HG changeset patch # User greg # Date 1487767848 18000 # Node ID b7a45b06e7355eef194f24886ca1620e438ed667 # Parent 9969b17ae6567209d73442ddc5daa01ef669b048 Uploaded diff -r 9969b17ae656 -r b7a45b06e735 gene_family_classifier.xml --- a/gene_family_classifier.xml Mon Feb 20 10:56:01 2017 -0500 +++ b/gene_family_classifier.xml Wed Feb 22 07:50:48 2017 -0500 @@ -113,7 +113,7 @@ #if $create_ortho_sequences: #if $create_corresponding_coding_sequences: && echo -e "#Size\tName" > $output_ptorthocs - && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' >> $output_ptorthocs + && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9""}' >> $output_ptorthocs #else: && echo -e "#Size\tName" > $output_ptortho && ls -l $orthogroups_fasta_src_dir | grep f | awk -F ' ' '{print $5"\t"$9}' >> $output_ptortho