Skip to content

Commit 2b88ddb

Browse files
committed
updating config
1 parent 4980e4a commit 2b88ddb

9 files changed

Lines changed: 16 additions & 6 deletions

conf/test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ params {
8282
sqanti_qc_intron_junctions = true
8383
sqanti_qc_intron_path = null
8484
extra_sqanti_qc_options = null
85-
help = true
85+
help = false
8686
}
8787

8888
validation {

conf/test_full.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ params {
8181
sqanti_qc_intron_junctions = false
8282
sqanti_qc_intron_path = null
8383
extra_sqanti_qc_options = null
84-
help = true
84+
help = false
8585
}
8686

8787
validation {

conf/test_gzipped.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ params {
8282
sqanti_qc_intron_junctions = true
8383
sqanti_qc_intron_path = null
8484
extra_sqanti_qc_options = null
85-
help = true
85+
help = false
8686
}
8787

8888
validation {

main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ workflow{
3030
// validateParameters()
3131
log.info paramsSummaryLog(workflow)
3232

33-
/* if (params.help) {
33+
if (params.help) {
3434
log.info paramsHelp(
3535
beforeText: "Welcome to LongTranscriptomics, I see you are seeking help.",
3636
afterText: "Farewell, hopefully this was helpful.",
3737
command: "nextflow run . -profile <profile> --outdir <outdir>",
3838
)
3939
exit 0
4040
}
41-
*/
41+
4242

4343
DIRECTRNA ()
4444
}

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ params {
124124
plaintext_email = false
125125
monochrome_logs = false
126126
hook_url = null
127-
help = true
127+
help = false
128128
version = false
129129
//pipelines_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/'
130130

nextflow_schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
"description": "The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.",
7373
"fa_icon": "fas fa-folder-open"
7474
},
75+
"help": {
76+
"type": "boolean",
77+
"default": false,
78+
"description": "Show the help message for the pipeline.",
79+
"fa_icon": "fas fa-question-circle",
80+
"help_text": "Welcome to LongTranscriptomics, I see you are seeking help, these are a list of basic parameters."
81+
},
7582
"sequencing_type": {
7683
"type": "string",
7784
"default": "ont-drna",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
task_id hash native_id name status exit submit duration realtime %cpu peak_rss peak_vmem rchar wchar
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
task_id hash native_id name status exit submit duration realtime %cpu peak_rss peak_vmem rchar wchar
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
task_id hash native_id name status exit submit duration realtime %cpu peak_rss peak_vmem rchar wchar

0 commit comments

Comments
 (0)