# HG changeset patch # User greg # Date 1507141665 14400 # Node ID 387802cb917082bac31cc92bb301d36b4f8e97b9 # Parent ece27a1eeb5d342d0ea0882f2017a32c1446bbde Uploaded diff -r ece27a1eeb5d -r 387802cb9170 gene_family_classifier.py --- a/gene_family_classifier.py Wed Oct 04 14:07:06 2017 -0400 +++ b/gene_family_classifier.py Wed Oct 04 14:27:45 2017 -0400 @@ -69,7 +69,7 @@ # Handle orthogroups outputs. if create_ortho_sequences: orthogroups_fasta_src_dir = os.path.join(OUTPUT_DIR, 'orthogroups_fasta') - orthogroups_fasta_dest_dir = 'output_orthos_dir' + orthogroups_fasta_dest_dir = 'output_orthogroups_fasta_dir' if not os.path.isdir(orthogroups_fasta_dest_dir): os.makedirs(orthogroups_fasta_dest_dir) # Remove source direrctory so it won't break dataset collection handler.