Skip to content

Commit

Permalink
fix linting with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
anoronh4 committed Nov 20, 2023
1 parent cb100ce commit 271c116
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
allow-repeats: false

nf-core:
if: ${{ false }} # disable for now
if: ${{ false }} # disable for now
runs-on: ubuntu-latest
steps:
- name: Check out pipeline code
Expand Down
10 changes: 9 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,15 @@
},
"rseqc_modules": {
"type": "array",
"default": ["bam_stat", "inner_distance", "infer_experiment", "junction_annotation", "junction_saturation", "read_distribution", "read_duplication"]
"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 271c116

Please # to comment.