diff --git a/README.md b/README.md index 2c5dbc6b5041c653fcb40603c776ae6ad5c70a2d..c482ea2987b8b2a84175ad88498599ef0fc1e96a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Keep in mind that you must download the complete ARC which requires git and git Afterwards you can use the predict_cpu.py/predict.cuda in workflows/prediction_model. This means navigate to the respective folder in your command line. Activate the conda environment you created. ``` -conda activate environment +conda activate deepstabp ``` Afterwards run either predict_cpu or predict_cuda depending on your hardware. Followed by the fasta file you want to analyse. ```