Skip to content

Commit

Permalink
change targene version to v0.11.1 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
roskamsh committed Nov 8, 2024
1 parent 2fe7f6a commit 49d412a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/src/examples/allofus.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Here we have not specified any value for `ESTIMATORS_CONFIG`, and so the default
Then TarGene can then be run on the AoU Researcher Workbench as follows:

```bash
nextflow run https://github.com/TARGENE/targene-pipeline -r v0.12.0 -profile gls,allofus
nextflow run https://github.com/TARGENE/targene-pipeline -r v0.11.1 -profile gls,allofus
```

By default, this will generate results in the `results/` directory in your `Cloud Analysis Terminal`. Once complete, you can upload these to your Workspace bucket using the following command:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/gwas.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ Finally, the `ESTIMATORS_CONFIG = "wtmle--glm"` defines the estimation strategy.
The GWAS can then be run as follows:

```bash
nextflow run https://github.com/TARGENE/targene-pipeline -r v0.12.0 -profile local
nextflow run https://github.com/TARGENE/targene-pipeline -r v0.11.1 -profile local
```
2 changes: 1 addition & 1 deletion docs/src/examples/interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ params {
As usual, the pipeline can then be run as follows:

```bash
nextflow run https://github.com/TARGENE/targene-pipeline -r v0.12.0 -profile local
nextflow run https://github.com/TARGENE/targene-pipeline -r v0.11.1 -profile local
```
2 changes: 1 addition & 1 deletion docs/src/examples/phewas.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ params {
And the command-line to be run:

```bash
nextflow run https://github.com/TARGENE/targene-pipeline -r v0.12.0 -profile local
nextflow run https://github.com/TARGENE/targene-pipeline -r v0.11.1 -profile local
```
2 changes: 1 addition & 1 deletion docs/src/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nextflow run https://github.com/TARGENE/targene-pipeline/ -r TARGENE_VERSION -en

where:

- `TARGENE_VERSION` is the latest TarGene version, e.g. `v0.12.0`
- `TARGENE_VERSION` is the latest TarGene version, e.g. `v0.11.1`
- `WORKFLOW_NAME` is any of the [TarGene workflows](@ref "Project Configuration")
- `P` is an optional [Nextflow profile](https://www.nextflow.io/docs/latest/config.html) describing the computing platform (see [Platform Configuration](@ref)).

Expand Down
2 changes: 1 addition & 1 deletion docs/src/simulations/null_simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The goal of the Null Generating Process is to result in the theoretical null hyp
To run the null simulation, the `NULL_SIMULATION` entry should be added to the Nextflow command-line as follows

```bash
nextflow run https://github.com/TARGENE/targene-pipeline/ -r v0.12.0 -entry NULL_SIMULATION
nextflow run https://github.com/TARGENE/targene-pipeline/ -r v0.11.1 -entry NULL_SIMULATION
```

## Output
Expand Down
2 changes: 1 addition & 1 deletion docs/src/simulations/realistic_simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The second requirement for the simulation to be realistic is that the density es
To run the null simulation, the `REALISTIC_SIMULATION` entry should be added to the Nextflow command-line as follows

```bash
nextflow run https://github.com/TARGENE/targene-pipeline/ -r v0.12.0 -entry REALISTIC_SIMULATION
nextflow run https://github.com/TARGENE/targene-pipeline/ -r v0.11.1 -entry REALISTIC_SIMULATION
```

## Output
Expand Down
2 changes: 1 addition & 1 deletion docs/src/targene/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ An overview of the workflow is presented in the following diagram.
## Example Run Command

```bash
nextflow run https://github.com/TARGENE/targene-pipeline/ -r v0.12.0 -profile local -resume
nextflow run https://github.com/TARGENE/targene-pipeline/ -r v0.11.1 -profile local -resume
```

We now describe step by step how to setup a TarGene run configuration.

0 comments on commit 49d412a

Please sign in to comment.