Skip to content
Snippets Groups Projects
Commit f81936b9 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

fixing schema for hs_metrics

parent bea7b12c
Branches master
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
"BAIT_DESIGN_EFFICIENCY": { "type": "integer" },
"BAIT_SET": { "type": "string" },
"BAIT_TERRITORY": { "type": "integer" },
"FOLD_80_BASE_PENALTY": { "type": "number" },
"FOLD_80_BASE_PENALTY": { "type": ["integer", "number", "string"] },
"FOLD_ENRICHMENT": { "type": "number" },
"GC_DROPOUT": { "type": "number" },
"GENOME_SIZE": { "type": "integer" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment