Skip to content

Commit

Permalink
change rseqc_modules parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
anoronh4 committed Nov 20, 2023
1 parent 95954e3 commit 29f6c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@
"default": 1
},
"rseqc_modules": {
"type": "string",
"default": "['bam_stat', 'inner_distance', 'infer_experiment', 'junction_annotation', 'junction_saturation', 'read_distribution', 'read_duplication']"
"type": "array",
"default": ["bam_stat", "inner_distance", "infer_experiment", "junction_annotation", "junction_saturation", "read_distribution", "read_duplication"]
},
"dedup_umi_for_kallisto": {
"type": "boolean",
Expand Down

0 comments on commit 29f6c79

Please # to comment.