File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
## Requirements
8
8
9
9
PYTHON:
10
- * python >= 3.8
10
+ * python >= 3.7
11
11
* biopython: ` pip3 install biopython `
12
12
13
13
TOOLS:
17
17
## Installation
18
18
19
19
```
20
- git clone https://github.com/ubercomrade/pipeline.git
20
+ git clone https://github.com/ubercomrade/GenHack.git
21
+ cd GenHack/
22
+ pip install -e .
21
23
```
22
24
23
25
## Usage
Original file line number Diff line number Diff line change 20
20
"License :: OSI Approved :: Apache Software License" ,
21
21
"Operating System :: MacOS :: MacOS X" ,
22
22
"Operating System :: Unix" ,
23
+ "Programming Language :: Python :: 3.7" ,
23
24
"Programming Language :: Python :: 3.8" ,
24
25
'Programming Language :: Cython' ,
25
26
"Topic :: Scientific/Engineering :: Bio-Informatics"
26
27
],
27
28
zip_safe = False ,
28
29
install_requires = install_requires ,
29
30
setup_requires = install_requires ,
30
- python_requires = '>=3.8 ' ,
31
+ python_requires = '>=3.7 ' ,
31
32
)
You can’t perform that action at this time.
0 commit comments