Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
essharom authored Aug 21, 2024
1 parent 9e1d748 commit 184cf5e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ nextflow pull stracquadaniolab/gnn-suite
nextflow run stracquadaniolab/gnn-suite -profile docker,<experiment_file>
```

## Docker Image

[View the `gnn-suite` Docker image on GitHub Container Registry](https://github.com/orgs/stracquadaniolab/packages/container/package/gnn-suite), you can also download it using:

```bash
docker pull ghcr.io/stracquadaniolab/gnn-suite:latest
```

## Adding a New Experiment

1. **Create a Config File**: Create a new configuration file `<experiment_file>.config` with the parameters for the experiment:
Expand Down Expand Up @@ -114,13 +122,7 @@ nextflow run stracquadaniolab/gnn-suite -profile docker,<experiment_file>
```
## Docker Image
[View the `gnn-suite` Docker image on GitHub Container Registry](https://github.com/orgs/stracquadaniolab/packages/container/package/gnn-suite), you can also download it using:
```bash
docker pull ghcr.io/stracquadaniolab/gnn-suite:latest
```
## Paper
- Forthcoming
Expand Down

0 comments on commit 184cf5e

Please sign in to comment.