Skip to content

Commit

Permalink
Update Docker invocation for CICERO (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher authored May 5, 2022
1 parent f644b0e commit 8e0352a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ CICERO can be run with Docker. Pre-built Docker images are provided for each rel
Invoke the CICERO wrapper using the Docker image available in GitHub Packages. You will likely need to add an additional bind mount for the output and input (BAM + junctions) files. Note the following command pulls the `latest` tag for the Docker image. For reproducible results, it is advisable to specify the exact version to run.

```bash
docker run -v <path to reference directory>:/reference ghcr.io/stjude/cicero:latest Cicero.sh [-n cores] -b <bam file path> -g <genome> -r /reference -o <output directory> [-j junctions file] [-p] [-s int] [-t int] [-c int]
docker run -v <path to reference directory>:/reference ghcr.io/stjude/cicero:latest [-n cores] -b <bam file path> -g <genome> -r /reference -o <output directory> [-j junctions file] [-p] [-s int] [-t int] [-c int]
```

See [Running CICERO](#running) for details of the parameters.
Expand Down

0 comments on commit 8e0352a

Please sign in to comment.