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

Add miRBase groundings to GroundingMapper #918

Closed
wants to merge 10 commits into from

Commits on Jul 21, 2019

  1. Add MIRBASE groundings to GroundingMapper

    I did my best to follow the same procedure as when handling the UniProt grounding. 
    
    Also switched some staticmethods over to classmethods to make the references a bit more elegant
    cthoyt authored Jul 21, 2019
    Configuration menu
    Copy the full SHA
    29793c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8496b4b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Add miRBase checking to Agent.get_grounding()

    Now this has higher priority than HGNC or UP in order to avoid possible conflicts with when the agent has both MIRBASE and HGNC identifiers in the db_refs
    cthoyt committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    9620e64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0e335 View commit details
    Browse the repository at this point in the history
  3. Fix typo in conditional

    cthoyt committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    07196cc View commit details
    Browse the repository at this point in the history
  4. Update test to make sure name is standardized properly

    Also fixed a typo in the miRNA name
    cthoyt committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    af9b4ea View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    1548b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c9e87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d9ca13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1328e07 View commit details
    Browse the repository at this point in the history