perslab / CELLECT

CELLECT (CELL-type Expression-specific integration for Complex Traits)
GNU General Public License v3.0
69 stars 19 forks source link

config file: add support for annotation regex/globbing [annotations: "*"] #33

Open pascaltimshel opened 4 years ago

pascaltimshel commented 4 years ago

add support for annotation regex/globbing in the .yml config file. E.g.

HERITABILITY_INPUT:
  - id: mousebrain
    annotations: ["*"]

to run h2 analysis type on all annotations.

fadista commented 4 years ago

Hi. Has this issue being resolved? I.e. can have a wildcard as annotation as written above? Thanks.

pascaltimshel commented 4 years ago

We have not resolved this issue yet. Pull requests are very much encouraged!