Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UCDNJJ authored Jan 23, 2024
1 parent b722c13 commit efb4855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Update notes are here: ![Versions](https://github.com/AllenInstitute/scrattch.ta

## Docker

We have setup a docker environemnt for scrattch.taxonomy and scrattch.mapping that contains all the required dependencies and the current version of both scrattch.taxonomy and scrattch.mapping. This docker is accessible through docker hub via: `njjai/scrattch_mapping:0.52.1`.
We have setup a docker environemnt for scrattch.taxonomy and scrattch.mapping that contains all the required dependencies and the current version of both scrattch.taxonomy and scrattch.mapping. This docker is accessible through docker hub via: `njjai/scrattch_mapping:0.52.2`.

#### HPC usage:

##### Non-interactive
`singularity exec --cleanenv docker://njjai/scrattch_mapping:0.52.1 Rscript YOUR_CODE.R`
`singularity exec --cleanenv docker://njjai/scrattch_mapping:0.52.2 Rscript YOUR_CODE.R`

##### Interactive
`singularity shell --cleanenv docker://njjai/scrattch_mapping:0.52.1`
`singularity shell --cleanenv docker://njjai/scrattch_mapping:0.52.2`


## Installation
Expand Down

0 comments on commit efb4855

Please sign in to comment.