Skip to content

Commit

Permalink
Remove default value from miso_genes_file to prevent checking for fal…
Browse files Browse the repository at this point in the history
…se file

The default for miso_genes_file was set to `None`, a Python value. It should have been null or blank. This PR removes it.
  • Loading branch information
adamrtalbot authored Mar 5, 2024
1 parent 5560492 commit 9acdf89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@
},
"miso_genes_file": {
"type": "string",
"default": "None",
"description": "New-line separate file containing identifiers of genes to plot."
},
"miso_read_len": {
Expand Down

0 comments on commit 9acdf89

Please sign in to comment.