mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 12:33:10 +00:00
6011419454
Update SHH nf-core/eager group-specific profiles
18 lines
1 KiB
Markdown
18 lines
1 KiB
Markdown
# nf-core/configs: shh eager specific configuration
|
|
|
|
Extra specific configuration for eager pipeline
|
|
|
|
## Usage
|
|
|
|
To use, run the pipeline with `-profile shh`.
|
|
|
|
This will download and launch the eager specific [`shh.config`](../../../conf/pipeline/eager/shh.config) which has been pre-configured with a setup suitable for the shh cluster.
|
|
|
|
Example: `nextflow run nf-core/eager -profile shh`
|
|
|
|
## eager specific configurations for shh
|
|
|
|
Specific configurations for shh has been made for eager.
|
|
|
|
* If running with the MALT module turned on, the MALT process by default will be sent to the long queue with a resource requirement minimum of 725GB and 64 cores. If this fails, the process will be tried once more only and sent to the supercruncher queue. The module will not retry after this, and pipeline will fail. Note, this will only work on SDAG.
|
|
* Provides additional group specific profiles, which adapt the `bwa aln` mapping parameters to each context: `pathogens_loose` (`-l 0.01 -n 16`), `pathogens_strict` (`-l 32, -n 0.1`) and `human` (`-l 16500, -n 0.01`).
|