Commit 84adabc1 authored by wangys_biolab's avatar wangys_biolab

Update README.md

parent 597a8ad2
......@@ -21,29 +21,29 @@ Before running Effector-GAN, users should make sure all the following packages a
## **Installation**
Create an Python3.7 environment using conda:
**Create an Python3.7 environment using conda:**
`conda create -n Effector-GAN python=3.7`
Activate conda environment:
**Activate conda environment:**
`source activate Effector-GAN`
For python3.7
** For python3.7 **
If you have GPU # CUDA 9.2
**If you have GPU # CUDA 9.2**
`pip install torch==1.2.0 torchvision==0.4.0 `
If you have GPU CUDA 10.0
**If you have GPU CUDA 10.0 **
`pip install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html`
CPU Only python3.7
**CPU Only python3.7**
`pip install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html`
other packages
** other packages**
pip3 install joblib==1.0.1
pip3 install tape_proteins==0.4
......@@ -60,10 +60,9 @@ Before running Effector-GAN, users should make sure all the following packages a
## Input parameters
> Effector-GAN.py -h
> $ -i inputfile in FASTA format
> $ -o output folder
Effector-GAN.py -h
$ -i inputfile in FASTA format
$ -o output folder
### usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment