Open pascaltimshel opened 4 years ago
add support for annotation regex/globbing in the .yml config file. E.g.
.yml
HERITABILITY_INPUT: - id: mousebrain annotations: ["*"]
to run h2 analysis type on all annotations.
Hi. Has this issue being resolved? I.e. can have a wildcard as annotation as written above? Thanks.
We have not resolved this issue yet. Pull requests are very much encouraged!
add support for annotation regex/globbing in the
.yml
config file. E.g.to run h2 analysis type on all annotations.