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 ...@@ -21,29 +21,29 @@ Before running Effector-GAN, users should make sure all the following packages a
## **Installation** ## **Installation**
Create an Python3.7 environment using conda: **Create an Python3.7 environment using conda:**
`conda create -n Effector-GAN python=3.7` `conda create -n Effector-GAN python=3.7`
Activate conda environment: **Activate conda environment:**
`source activate Effector-GAN` `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 ` `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` `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` `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 joblib==1.0.1
pip3 install tape_proteins==0.4 pip3 install tape_proteins==0.4
...@@ -60,10 +60,9 @@ Before running Effector-GAN, users should make sure all the following packages a ...@@ -60,10 +60,9 @@ Before running Effector-GAN, users should make sure all the following packages a
## Input parameters ## Input parameters
> Effector-GAN.py -h Effector-GAN.py -h
> $ -i inputfile in FASTA format $ -i inputfile in FASTA format
> $ -o output folder $ -o output folder
### usage ### 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