Skip to content

Commit

Permalink
Remove required params to allow count only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmero committed May 15, 2024
1 parent d324b21 commit 98e8cb3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,7 @@
"default": false,
"description": "Whether to output untrimmed reads."
}
},
"required": [
"fwd_primer",
"rev_primer",
"mismatches",
"barcode_length"
]
}
},
"demultiplex_options": {
"title": "Demultiplexing Options",
Expand Down Expand Up @@ -115,11 +109,7 @@
"default": "",
"description": "Optional ready-made config file for splitcode."
}
},
"required": [
"bases_num_r1",
"bases_num_r2"
]
}
},
"count": {
"title": "Count options",
Expand Down

0 comments on commit 98e8cb3

Please sign in to comment.