Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E ensembl-io
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ensembl-gh-mirror
  • ensembl-io
  • Merge requests
  • !69

Extra Genbank parser methods to aid RefSeqGPFFParser

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Marek Szuba requested to merge RefSeqGPFFParser_Genbank into master Nov 08, 2018
  • Overview 4
  • Commits 3
  • Pipelines 0
  • Changes 3

Created by: tgrego

Xref RefSeqGPFFParser does the parsing of Genbank files. Refactoring this Xref parser as part of the xref sprint efforts led to the decision of using an existing genbank parser rather than implementing it again within the RefSeqGPFFParser.

This will obviously be better in terms of future maintainability, and if development efforts are concentrated in one place it will be more efficient.

Some required data was however not very easy to access using the Genbank parser, so this brings new methods that extract that data in an easy way.

No existing functionality has been modified, only new one added. Tests are included for the new methods.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: RefSeqGPFFParser_Genbank