Mercurial > repos > greg > gene_family_integrator
changeset 3:d06e3ae4eb5a draft
Uploaded
author | greg |
---|---|
date | Thu, 06 Apr 2017 14:57:38 -0400 |
parents | bbc56c8688ff |
children | 9fff0561bc8e |
files | gene_family_integrator.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gene_family_integrator.py Thu Apr 06 14:55:32 2017 -0400 +++ b/gene_family_integrator.py Thu Apr 06 14:57:38 2017 -0400 @@ -18,7 +18,7 @@ # Build the command line. cmd = 'GeneFamilyIntegrator' -cmd += ' --orthogroup_faa %s' % args.orthogroup_fasta +cmd += ' --orthogroup_faa %s' % args.orthogroup_faa cmd += ' --scaffold %s' % args.scaffold cmd += ' --method %s' % args.method if args.orthogroup_fna is not None: