Skip to content

Commit

Permalink
Update README wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmig committed Oct 20, 2023
1 parent baa69d5 commit fb4a885
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ and [configuring the inputs and outputs](config/README.md#inputs-and-outputs):
snakemake --use-conda -c4 # runs VIPERA on 4 cores (reccomended)
```

Alternatively, you can use a simple script ([`run_default_VIPERA.sh`](run_default_VIPERA.sh))
that downloads the data from our study and performs the analysis in one step.
Alternatively, you can use a simple script that downloads the data from our study
and performs the analysis in one step:

```shell
./run_default_VIPERA.sh
```

This Snakemake workflow can be also [executed in an HPC environment](config/README.md#run-modes).

Expand Down
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ To run the analysis in an HPC environment using SLURM, we provide a
to your needs, or used directly by running the following command:

```shell
snakemake --slurm --use-conda --profile profile/default
snakemake --use-conda --slurm --profile profile/default
```

0 comments on commit fb4a885

Please sign in to comment.