From 48825f3f0b0a2c67cb6af7c9ea27329a40f4975f Mon Sep 17 00:00:00 2001 From: karkman Date: Fri, 8 Nov 2024 11:51:53 +0200 Subject: [PATCH] more memory to bakta --- Exercises/05-Genome-annotation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exercises/05-Genome-annotation.md b/Exercises/05-Genome-annotation.md index 5f63522..9e22ed4 100755 --- a/Exercises/05-Genome-annotation.md +++ b/Exercises/05-Genome-annotation.md @@ -23,7 +23,7 @@ First we will annotate our genome using a program called [Bakta](https://github. Let's start by connecting to the interactive partition. Now we will need a little bit more memory than what we get as default, so we need to specify that (and let's also ask for some more CPUs): ```bash -sinteractive -A project_2006616 -m 10000 -c 4 +sinteractive -A project_2006616 -m 20000 -c 4 ``` Bakta is not found from Puhti, but it has been installed into the project applications folder (as many other tools used so far).