Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PanGeTools
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
panannot
apps
PanGeTools
Commits
f7201d52
Commit
f7201d52
authored
6 months ago
by
Alexis Mergez
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
8566cea8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-0
12 additions, 0 deletions
README.md
with
12 additions
and
0 deletions
README.md
+
12
−
0
View file @
f7201d52
...
...
@@ -26,6 +26,18 @@ PanGeTools - Pangenomic General tools - Version 1.8c
```
Apptainer container containing useful tools for pangenomics analysis. Versions of tools is reported in the definition file, in the help section.
# Install
To download the container :
```
apptainer pull PanGeTools.sif oras://registry.forgemia.inra.fr/alexis.mergez/pangetools/pangetools:latest
```
To execute the container :
```
./PanGeTools.sif <command>
# or
apptainer run --app <cmd name> PanGeTools.sif <cmd args>
```
Add the following function to your bashrc to have easier commands :
```
# Folder containing apptainer images (.sif)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment