mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Mention SHH EAGER group-specific profiles
This commit is contained in:
parent
d070ed70d1
commit
0943ba088a
1 changed files with 2 additions and 2 deletions
|
@ -14,5 +14,5 @@ Example: `nextflow run nf-core/eager -profile shh`
|
||||||
|
|
||||||
Specific configurations for shh has been made for eager.
|
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.
|
* 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.
|
||||||
* Modifies the bwa aln `-n` parameter to 0.01, rather than typical default of 0.04, and `-l` to 32 (rather than 1024) to syncronise the (unpublished) parameter with EAGER1 and typical/expected usage within the department.
|
* 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`).
|
||||||
|
|
Loading…
Reference in a new issue