diff --git a/README.md b/README.md index 7762c8f..52a887d 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ You can get BLAST databases directly from the [NCBI server](ftp://ftp.ncbi.nlm.n - Start your Galaxy container with `-v /galaxy_store/data/blast_databases/:/data/` to have access your databases inside of your container - Start your Galaxy container with ``-v /home/user/galaxy_storage/:/export/`` to export all config files to your host operating system - Modify your `blast*.loc` files under `/home/user/galaxy_storage/galaxy-central/tool-data/blast*.loc` on your host, or under `/export/galaxy-central/tool-data/blast*.loc` from within your container. - - You need to add the paths to your blast databases. They need to look like `/export/swissprot/swissprot` + - You need to add the paths to your blast databases. They need to look like `/data/swissprot/swissprot` - Restart your Galaxy instance, for example with ```docker exec supervisorctl restart galaxy:``` From now on you should see predifined BLAST databases in your Galaxy User Interface if you choose `Locally installed BLAST database`.