From 1cc71c4e5b3b360fee4ca2eb9916711c5e61bc01 Mon Sep 17 00:00:00 2001 From: najlaksouri <57443324+najlaksouri@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:58:37 +0100 Subject: [PATCH] change permission of rsat_data directory --- peach/Tutorial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peach/Tutorial.html b/peach/Tutorial.html index 0c5aaaa..eb8f2d5 100644 --- a/peach/Tutorial.html +++ b/peach/Tutorial.html @@ -398,7 +398,7 @@

1.1 I # In addition, a subfolder (rsat_data/genomes) should be created too mkdir -p $HOME/rsat_data/genomes rsat_results -chmod -R a+w rsat_data/genomes rsat_results # Change the permissions +chmod -R a+w rsat_data rsat_results # Change the permissions # 3. Launch the Docker RSAT container