mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Merge pull request #132 from nf-core/evanfloden-patch-1
Update google.md
This commit is contained in:
commit
55fa7e4e00
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ To be used with the `google` profile by specifying the `-profile google` when ru
|
|||
```bash
|
||||
GOOGLE_APPLICATION_CREDENTIALS=<your_key>.json
|
||||
NXF_MODE=google
|
||||
nextflow run nf-core/rnaseq -profile google,test --google_bucket <gs://your_bucket/work>
|
||||
nextflow run nf-core/rnaseq -profile test,google --google_bucket <gs://your_bucket/work>
|
||||
```
|
||||
|
||||
### Required Parameters
|
||||
|
|
Loading…
Reference in a new issue