File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
subworkflows/local/utils_nfcore_cli_pipeline Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env nextflow
2
2
/*
3
3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
- mira/cli
4
+ mira_nf/mira
5
5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
- Github : https://github.com/mira/cli
6
+ Github : https://github.com/cdcent/ mira-nf/tree/dev
7
7
----------------------------------------------------------------------------------------
8
8
*/
9
9
@@ -15,7 +15,7 @@ nextflow.enable.dsl = 2
15
15
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
16
*/
17
17
18
- include { CLI } from ' ./workflows/cli '
18
+ include { MIRA } from ' ./workflows/mira '
19
19
include { PIPELINE_INITIALISATION } from ' ./subworkflows/local/utils_nfcore_cli_pipeline'
20
20
include { PIPELINE_COMPLETION } from ' ./subworkflows/local/utils_nfcore_cli_pipeline'
21
21
@@ -26,10 +26,10 @@ include { PIPELINE_COMPLETION } from './subworkflows/local/utils_nfcore_cli_
26
26
*/
27
27
28
28
//
29
- // WORKFLOW: Run main mira/cli analysis pipeline
29
+ // WORKFLOW: Run main mira-nf/mira analysis pipeline
30
30
//
31
- workflow MIRA_CLI {
32
- CLI ()
31
+ workflow MIRA_NF {
32
+ MIRA ()
33
33
}
34
34
35
35
/*
@@ -58,7 +58,7 @@ workflow {
58
58
//
59
59
// WORKFLOW: Run main workflow
60
60
//
61
- MIRA_CLI ()
61
+ MIRA_NF ()
62
62
63
63
//
64
64
// SUBWORKFLOW: Run completion tasks
Original file line number Diff line number Diff line change 1
1
//
2
- // Subworkflow with functionality specific to the nf-core/cli pipeline
2
+ // Subworkflow with functionality specific to the mira_nf pipeline
3
3
//
4
4
5
5
/*
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ workflow sc2_wgs_i {
273
273
274
274
// MAIN WORKFLOW
275
275
// Decides which experiment type workflow to run based on experiemtn parameter given
276
- workflow CLI {
276
+ workflow MIRA {
277
277
if (params. e == ' Flu-Illumina' ) {
278
278
flu_i()
279
279
} else if (params. e == ' Flu-ONT' ) {
You can’t perform that action at this time.
0 commit comments