changeset 157:387802cb9170 draft

Uploaded
author greg
date Wed, 04 Oct 2017 14:27:45 -0400
parents ece27a1eeb5d
children 99dca2f67b4a
files gene_family_classifier.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.