-
Notifications
You must be signed in to change notification settings - Fork 4
/
pyproject.toml
38 lines (35 loc) · 1.27 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[project]
name = "zol"
authors = [{name="Rauf Salamzade", email="[email protected]"}]
version = "1.5.3"
readme = "README.md"
description = "zol suite for detection and evolutionary analysis of gene clusters."
[build-system]
requires = ['setuptools']
build-backend = "setuptools.build_meta"
[tool.setuptools]
script-files=['docker/ZOL',
'bin/zol',
'bin/fai',
'bin/prepTG',
'bin/abon',
'bin/apos',
'bin/atpoc',
'bin/cgc',
'bin/cgcg',
'bin/salt',
'bin/zol-scape',
'scripts/genbankToFasta.py',
'scripts/annotateProtSeqs.py',
'scripts/selectSpecificGeneClusters.py',
'scripts/runProdigalAndMakeProperGenbank.py',
'scripts/listAllGenomesInDirectory.py',
'scripts/setup_annotation_dbs.py',
'scripts/processNCBIGenBank.py',
'scripts/extractBiG-SCAPEclusters.py',
'src/zol/orthologs/findOrthologs.py',
'scripts/convertMiniprotGffToGbkAndProt.py',
'scripts/cagecatProcess.py',
'scripts/fastgenomicsNeighborhoodToGenBanks.py']
[tool.setuptools.packages.find]
where = ["src"]