Skip to content

Commit

Permalink
add note about running in galaxy and podman
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Sep 27, 2023
1 parent 2707a2b commit 23c522b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ $ docker run -ti --rm -v $PWD:/data -w /data ghcr.io/lcsb-biocore/docker/fbcmode
$ docker run -ti --rm -v $PWD:/data -w /data ghcr.io/lcsb-biocore/docker/fbcmodeltests-compare-frog report_dir other_dir
```

Docker containers may be re-used and executed in many other environments: using
[podman](https://podman.io/) allows you to run in without installation in some
HPC setups; using the [Dockerized tool
capability](https://training.galaxyproject.org/training-material/topics/admin/tutorials/galaxy-docker/slides-plain.html)
of [Galaxy](https://usegalaxy.org/) allows you to run the model tests in many
institutional cloud-computing services and local Galaxy instances.

## MEMOTE-style tests

The primary entry point for the [MEMOTE](https://memote.readthedocs.io/) test
Expand Down

0 comments on commit 23c522b

Please sign in to comment.