Skip to content

Commit

Permalink
More instructions about passing the container
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Aug 16, 2024
1 parent c56afbc commit aab1b30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,22 @@ ADD ./longranger-2.2.2.tar.gz $DEST
RUN ln -s $DEST/longranger-2.2.2/longranger /usr/local/bin/
```

Then, to use the container in the pipeline, write the following to a `longranger.config` file

```
process {
withName: LONGRANGER_MKREF {
container = "/path/to/longranger_container"
}
withName: LONGRANGER_ALIGN {
container = "/path/to/longranger_container"
}
}
```

And pass it to the pipeline with `-c longranger.config`.

## Usage

### Local testing
Expand Down

0 comments on commit aab1b30

Please sign in to comment.