Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinggerm committed Jun 28, 2020
1 parent c2371cd commit 744dd8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Utilities/get_organelle_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
sys.path.insert(0, os.path.join(PATH_OF_THIS_SCRIPT, ".."))
import GetOrganelleLib
from GetOrganelleLib.versions import get_versions
from GetOrganelleLib.seq_parser import check_fasta_seq_names
from GetOrganelleLib.pipe_control_func \
import \
remove_db_postfix, check_fasta_seq_names, make_blast_db, build_bowtie2_db, executable, simple_log, \
remove_db_postfix, make_blast_db, build_bowtie2_db, executable, simple_log, \
detect_bowtie2_path, detect_blast_path, detect_bowtie2_version, detect_blast_version, \
cal_f_sha256, run_command, \
ORGANELLE_TYPE_LIST, ORGANELLE_TYPE_SET, SEED_DB_HASH, LABEL_DB_HASH, \
Expand Down

0 comments on commit 744dd8a

Please sign in to comment.