Open
Description
Currently, our F-statistics configuration file allows to loop over multiple populations, like:
fstats:
- type: F2
a: ["French", "Spanish"]
b: ["Han", "CEU2"]
There was a request by @huanglei-artificium to be able to also loop over multiple ascertainments, e.g. multiple cutoff-frequencies. This can be implemented by changing the definition in
, instead of taking aMaybe AscertainmentSpec
it can take simply [AscertainmentSpec]
.
I think this could be a good issue to perhaps get into the hang of Haskell coding. Do you want to try, @huanglei-artificium ?
Metadata
Metadata
Assignees
Labels
No labels