Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ontology repacking and exporting - relates to #34 #44

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    acb580f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Merge remote-tracking branch 'remotes/origin/master' into ontology

    # Conflicts:
    #	matrixcomponent/PangenomeSchematic.py
    dimatr committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    5c39f2a View commit details
    Browse the repository at this point in the history
  2. further ontology fixes: real path names; better forward* and reverse*…

    … edges definition for Component and Bin containers; Links are a part of ZoomLevel component
    dimatr committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    44caccc View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. - do not forget to store the path_id

    - use faldo.ExactPosition when appropriate
    dimatr committed May 11, 2020
    Configuration menu
    Copy the full SHA
    29550fd View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. - explicit faldo:ExactPosition containers

    - every Link has linkRank numbered after the pair sort (component.id, [component.departures])
    dimatr committed May 12, 2020
    Configuration menu
    Copy the full SHA
    b8d0e16 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Merge branch 'master' into ontology

    # Conflicts:
    #	matrixcomponent/JSONparser.py
    #	matrixcomponent/PangenomeSchematic.py
    #	matrixcomponent/matrix.py
    #	segmentation.py
    dimatr committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    1eaacd0 View commit details
    Browse the repository at this point in the history
  2. write faldo:ForwardStrandPosition, faldo:position and faldo:reference…

    … in each Position. Add Path write out
    dimatr committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    26e6901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db95d1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb1a3ec View commit details
    Browse the repository at this point in the history
  5. directions

    dimatr committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    8e233ec View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    d0bff9a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    3741e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d50210b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. fix orientation

    subwaystation committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    3f4984c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. add base IRI

    subwaystation committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    a96974e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    350e85d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    d2eb34c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    209d697 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. a big update:

    * parallel write out of the gzip compressed ontology files - no memory leaks due to the utilization of separate processes!
    * use the N-triples format to be 10x quicker than the Turtle (see format='nt' in PangenomeSchematic.py)
    * be gentle with the string variables, do not use "a"+"b" but rather "{0}{1}".format(a,b). This does not create small temporary object and leads to a lower memory fragmentation/leak
    * the RDF output folder is named *-rdf
    dimatr committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    7dc028b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Update requirements.txt

    6br committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    46d9c20 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Add 'path/' on cells

    6br committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    1f5a379 View commit details
    Browse the repository at this point in the history
  2. Add assertion

    6br committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    e014b73 View commit details
    Browse the repository at this point in the history
  3. Add assertion

    6br committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    9beafb3 View commit details
    Browse the repository at this point in the history
  4. Add logger info

    6br committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    8a336d9 View commit details
    Browse the repository at this point in the history
  5. Register logger

    6br committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    61ceb22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e9f6f5 View commit details
    Browse the repository at this point in the history
  7. Register logger

    6br committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    6378acd View commit details
    Browse the repository at this point in the history
  8. Register logger

    6br committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    545e4c1 View commit details
    Browse the repository at this point in the history
  9. Add bin logger

    6br committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    86eca81 View commit details
    Browse the repository at this point in the history
  10. Disable parallel on rdf writer

    6br committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    f704767 View commit details
    Browse the repository at this point in the history