Skip to content
Snippets Groups Projects
Commit 4c455b65 authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Update README.md

parent 3cf8995d
Branches main
Tags v0.3.0
No related merge requests found
......@@ -28,4 +28,6 @@ apptainerpath="<path_to_apptainer_folder>"
PanGeTools() {
apptainer run --app $1 $apptainerpath/PanGeTools.sif "${@:2}"
}
# Alias to update PanGeTools to latest.
alias PGTUp="apptainer build $apptainerpath/PanGeTools.sif oras://registry.forgemia.inra.fr/alexis.mergez/pangetools/pangetools:latest"
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment