Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npbhavya authored Oct 5, 2024
1 parent 6cf4459 commit 2f2976f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ We have two containers available,
singularity exec sphae_latest.sif sphae --help
singularity exec sphae_latest.sif sphae run --help
singularity exec sphae_latest.sif sphae install --help
singularity exec -B <path/to/inputfiles>:/input,<path/to/output>:/output sphae_latest.sif sphae run --input /input --output /output
```
2. [Sphae v1.4.5 **without** databases](https://hub.docker.com/repository/docker/npbhavya/sphae)
Expand All @@ -97,7 +99,7 @@ We have two containers available,
singularity exec sphae_latest.sif sphae --help
singularity exec sphae_latest.sif sphae run --help
#mount the databases and input files to the image and run with a dataset
singularity exec -B </path/to/databases>:/databases, <path/to/inputfiles>:/input sphae_latest.sif sphae run --input /input --db_dir /databases
singularity exec -B </path/to/databases>:/databases, <path/to/inputfiles>:/input,<path/to/output>:/output sphae_latest.sif sphae run --input /input --db_dir /databases --output /output
```
**Source install**
Expand Down

0 comments on commit 2f2976f

Please sign in to comment.