Skip to content

Commit

Permalink
Merge pull request #26 from AllenInstitute/inkar-updating-docker-to-v…
Browse files Browse the repository at this point in the history
…0.96.3

updated docker version
  • Loading branch information
UCDNJJ authored Aug 22, 2024
2 parents 4382548 + 2fe5728 commit 13edbfe
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: `kapen/scrattch_mapping:0.93`.
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: `kapen/scrattch_mapping:0.96.3`.

#### HPC usage:

##### Non-interactive
`singularity shell --cleanenv docker://kapen/scrattch_mapping:0.93 Rscript YOUR_CODE.R`
`singularity shell --cleanenv docker://kapen/scrattch_mapping:0.96.3 Rscript YOUR_CODE.R`

##### Interactive
`singularity shell --cleanenv docker://kapen/scrattch_mapping:0.93`
`singularity shell --cleanenv docker://kapen/scrattch_mapping:0.96.3`


## Installation
Expand Down

0 comments on commit 13edbfe

Please sign in to comment.