Skip to content

Commit b0d7be1

Browse files
committed
finished all inputs testing, getting closer to master release, few more tasks to get to
1 parent 0dd79b6 commit b0d7be1

File tree

7 files changed

+70
-19
lines changed

7 files changed

+70
-19
lines changed

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lint:
4141
# - manifest.name
4242
# - manifest.homePage
4343
nf_test_content: False
44-
nf_core_version: 3.3.2
44+
nf_core_version: 3.5.2
4545
repository_type: pipeline
4646
template:
4747
prefix: number-25

conf/test_full.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ params {
1818
config_profile_description = 'Full test dataset to check pipeline function'
1919

2020
// Input data
21-
input = "test/samplesheets/samplesheet_test_local.csv"
22-
//input = "test/samplesheets/samplesheet_test_local_bam.csv"
21+
//input = "test/samplesheets/samplesheet_test_local.csv"
22+
input = "test/samplesheets/samplesheet_test_local_bam.csv"
2323
sequencing_type = "ont-drna" // sequencing molecule [ont-drna OR ont-cdna]
24-
bam_input = false
24+
bam_input = true
2525
transcriptome_mapping = false
2626
// Genome references
2727
// These channel names have to match those in the full workflow also

nextflow_schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"type": "string",
7979
"format": "directory-path",
8080
"description": "The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.",
81-
"fa_icon": "fas fa-folder-open"
81+
"fa_icon": "fas fa-folder-open",
82+
"default": "outputs"
8283
},
8384
"help": {
8485
"type": "boolean",
@@ -257,7 +258,8 @@
257258
},
258259
"skip_flair_correct": {
259260
"type": "boolean",
260-
"description": "Skip FLAIR correct module."
261+
"description": "Skip FLAIR correct module.",
262+
"default": true
261263
},
262264
"extra_flair_correct_options": {
263265
"type": "string",
@@ -273,7 +275,6 @@
273275
},
274276
"skip_bambu": {
275277
"type": "boolean",
276-
"default": true,
277278
"description": "Skip bambu transcript reconstruction."
278279
},
279280
"extra_bambu_options": {
@@ -290,7 +291,6 @@
290291
},
291292
"skip_isoquant": {
292293
"type": "boolean",
293-
"default": true,
294294
"description": "Skip IsoQuant transcript reconstruction."
295295
},
296296
"skip_isoquant_correction": {

null/pipeline_info/execution_report_2025-11-21_09-21-35.html

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)