1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

Update docs/uppmax.md

This commit is contained in:
Phil Ewels 2020-11-26 01:43:09 +01:00 committed by GitHub
parent d9a8009662
commit e96455e180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ In addition to this config profile, you will also need to specify an UPPMAX proj
You can do this with the `--project` flag (two hyphens) when launching nextflow. For example: You can do this with the `--project` flag (two hyphens) when launching nextflow. For example:
```bash ```bash
nextflow run nf-core/PIPELINE -profile uppmax --project "snic2018-1-234" # ..rest of pipeline flags nextflow run nf-core/PIPELINE -profile uppmax --project snic2018-1-234 # ..rest of pipeline flags
``` ```
> NB: If you're not sure what your UPPMAX project ID is, try running `groups` or checking SUPR. > NB: If you're not sure what your UPPMAX project ID is, try running `groups` or checking SUPR.