From 197e45dae4de6c14fe715e63289c55455b6b52db Mon Sep 17 00:00:00 2001 From: fejung <felix-jung3@web.de> Date: Wed, 5 Apr 2023 15:59:25 +0200 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c5dbc6..c482ea2 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. ``` -- GitLab