Mercurial > repos > greg > gene_family_aligner
comparison gene_family_aligner.py @ 4:3f75c91767f9 draft
Uploaded
author | greg |
---|---|
date | Fri, 07 Apr 2017 13:48:58 -0400 |
parents | 962feb5f0818 |
children |
comparison
equal
deleted
inserted
replaced
3:962feb5f0818 | 4:3f75c91767f9 |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
2 import argparse | 2 import argparse |
3 import os | |
3 import subprocess | 4 import subprocess |
4 | 5 |
5 import utils | 6 import utils |
6 | 7 |
7 OUTPUT_DIR = 'geneFamilyAlignments_dir' | 8 OUTPUT_DIR = 'geneFamilyAlignments_dir' |