@@ -4,24 +4,24 @@ Docker images can be used with the `docker` command.
To make their usage easier, standalone scripts are available in the *scripts* directory.
They can be used with no installation step other than setting up Docker.
Windows users should use the [larvatagger.ps1 script](#the-larvataggerps1-script), while macOS and Linux users should use the [larvatagger.sh script](#the-larvataggersh-script) instead.
Windows users should use the [larvatagger.bat script](#the-larvataggerbat-script), while macOS and Linux users should use the [larvatagger.sh script](#the-larvataggersh-script) instead.
The first two sections describe how to use these scripts.
The last section is dedicated to Singularity/Apptainer.
## The *larvatagger.ps1* script
## The *larvatagger.bat* script
### Getting the script
The *larvatagger.ps1* script is available in the *scripts* directory of the project.
The *larvatagger.bat* script is available in the *scripts* directory of the project.
If you do not have a copy of the project, you can simply [download the script](https://gitlab.pasteur.fr/nyx/larvatagger.jl/-/raw/main/scripts/larvatagger.ps1?inline=false).
If you do not have a copy of the project, you can simply [download the script](https://gitlab.pasteur.fr/nyx/larvatagger.jl/-/raw/main/scripts/larvatagger.bat?inline=false) and save it in your `C:\Users\<user>` directory.
Note that Docker still has to be installed.
In PowerShell, to check the script works properly, change directory to where the *larvatagger.ps1* script is located and try:
In the command prompt (`cmd`), to check the script works properly, try: