-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added docs for pipeline specific configs
- Loading branch information
1 parent
06c0d39
commit d9ef9d5
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# nf-core/configs: kaust mag specific configuration | ||
|
||
Extra specific configuration for [nf-co.re/mag](https://nf-co.re/mag) pipeline | ||
|
||
## Usage | ||
|
||
To use, run the pipeline with `-profile kaust`. | ||
|
||
This will download and launch the mag specific [`kaust.config`](../../../conf/pipeline/mag/kaust.config) which has been pre-configured with a setup suitable for the Ibex cluster. | ||
|
||
Example: `nextflow run nf-core/mag -profile kaust` | ||
|
||
## mag specific configurations for kaust | ||
|
||
Specific configurations for kaust has been made for mag, primarily increasing the default resource allocations especeially for high demand processes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# nf-core/configs: kaust rnaseq specific configuration | ||
|
||
Specific configuration for [nf-co.re/rnaseq](https://nf-co.re/rnaseq) pipeline | ||
|
||
## Usage | ||
|
||
To use, run the pipeline with `-profile kaust`. | ||
|
||
This will download and launch the rnaseq specific [`kaust.config`](../../../conf/pipeline/rnaseq/kaust.config) which has been pre-configured with a setup suitable for the Ibex cluster. | ||
|
||
Example: `nextflow run nf-core/rnaseq -profile kaust` | ||
|
||
## rnaseq specific configurations for kaust | ||
|
||
Specific configurations for kaust has been made for rnaseq, primarily increasing the default resource allocations especeially for high demand processes. |