# HG changeset patch # User greg # Date 1485805731 18000 # Node ID e9d9632762ca89c1feccdda1a7d554470911cc2b # Parent 59d1ec149c647203c9777cabb5265511bcc85952 Uploaded diff -r 59d1ec149c64 -r e9d9632762ca gene_family_classifier.xml --- a/gene_family_classifier.xml Mon Jan 30 11:15:25 2017 -0500 +++ b/gene_family_classifier.xml Mon Jan 30 14:48:51 2017 -0500 @@ -13,6 +13,7 @@ $output + && echo "# Precomputed orthologous gene family clusters with corresponding coding sequences: `ls $orthogroups_fasta_src_dir | grep f | wc -l` files" > $output #else: - && echo "Sequences classified into precomputed orthologous plant gene family clusters: `ls $orthogroups_fasta_src_dir | grep f | wc -l` files" > $output + && echo "# Precomputed orthologous 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 || true @@ -161,23 +164,26 @@ save_hmmscan_log_cond['classifier'] in ['hmmscan', 'both'] and save_hmmscan_log_cond['save_hmmscan_log'] == 'yes' - + options_type['options_type_selector'] == 'advanced' and options_type['create_orthogroup_cond']['create_orthogroup'] == 'yes' - + - - - - + + + + + - + + + @@ -187,7 +193,7 @@ sequences into precomputed orthologous gene family clusters using either blastp (faster), HMMScan (slower but more sensitive to remote homologs) or both (more exhaustive). -This tool accepts any of the following as input. +This tool accepts any of the following as input: * the postprocessed assemblies produced by the **Postprocess de novo assembly transcripts into putative coding sequences** tool * externally predicted coding sequences and their corresponding amino acid translations derived from a transcriptome assembly