HadleyKing / OncoMX_BCO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OncoMX Conversion

Repo for tracking the conversion of OncoMX BCO db to 2791 complient objects.

Steps

  1. Download most recent release of DB via URL:
  • GlyGen: https://data.glygen.org/ln2releases/<VERSION>/jsondb/bcodb.json
    • 10:19:21:OncoMX_BCO:curl -o oncomx_bcodb.json 'https://data.oncomx.org/ln2releases/v-1.0.36/jsondb/bcodb.json'
  • OncoMX: https://data.oncomx.org/ln2releases/<VERSION>/jsondb/bcodb.json
  1. Run script sort_bocs.py

  2. Run conversion script from the BCO Tool repo:

    python3 bcotool/bco_runner.py convert -b /path/to/directory/where/bcos/

    This will result in a group of converted BCOs that adhear to the IEEE standard.

  3. Run the dataBCO_move.py script:

About


Languages

Language:Python 100.0%