mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
include new config in pipeline configs file
This commit is contained in:
parent
51871ea6fc
commit
0851903f66
3 changed files with 23 additions and 1 deletions
|
@ -198,6 +198,7 @@ Currently documentation is available for the following pipelines within specific
|
||||||
- mag
|
- mag
|
||||||
- [EVA](docs/pipeline/mag/eva.md)
|
- [EVA](docs/pipeline/mag/eva.md)
|
||||||
- rnafusion
|
- rnafusion
|
||||||
|
- [HASTA](docs/pipeline/rnafusion/hasta.md)
|
||||||
- [MUNIN](docs/pipeline/rnafusion/munin.md)
|
- [MUNIN](docs/pipeline/rnafusion/munin.md)
|
||||||
- rnavar
|
- rnavar
|
||||||
- [MUNIN](docs/pipeline/rnavar/munin.md)
|
- [MUNIN](docs/pipeline/rnavar/munin.md)
|
||||||
|
|
19
docs/pipeline/rnafusion/hasta.md
Normal file
19
docs/pipeline/rnafusion/hasta.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# nf-core/configs: HASTA rnafusion specific configuration
|
||||||
|
|
||||||
|
Extra specific configuration for rnafusion pipeline
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
To use, run the pipeline with `-profile hasta`.
|
||||||
|
|
||||||
|
This will download and launch the rnafusion specific [`hasta.config`](../../../conf/pipeline/rnafusion/munin.config) which has been pre-configured with a setup suitable for the `HASTA` cluster.
|
||||||
|
|
||||||
|
Example: `nextflow run nf-core/rnafusion -profile hasta`
|
||||||
|
|
||||||
|
## rnafusion specific configurations for HASTA
|
||||||
|
|
||||||
|
Specific configurations for `HASTA` has been made for rnafusion.
|
||||||
|
|
||||||
|
- Always run all the analysis steps (all = true)
|
||||||
|
- Use trimming (trim = true)
|
||||||
|
- Take the fusions identified by at least 2 fusion detection tools to the fusioninspector analysis (fusioninspector_filter = true)
|
|
@ -9,5 +9,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
profiles {
|
profiles {
|
||||||
|
hasta { includeConfig "${params.custom_config_base}/conf/pipeline/rnafusion/hasta.config" }
|
||||||
munin { includeConfig "${params.custom_config_base}/conf/pipeline/rnafusion/munin.config" }
|
munin { includeConfig "${params.custom_config_base}/conf/pipeline/rnafusion/munin.config" }
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue