Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • GECCO GECCO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Zeller Group
  • GECCOGECCO
  • Merge requests
  • !14

Merged
Created Jul 16, 2020 by Martin Larralde@larraldeMaintainer

Change internal data layer and output clusters as GenBank files

  • Overview 0
  • Commits 56
  • Pipelines 16
  • Changes 38

Added

  • Export of cluster sequences with genes and domain annotations in GenBank format.
  • Proper data model to allow retaining more information from input.
  • Dedicated functions to load the KNN training matrix and the CRF model.

Fixed

  • Sorting issue causing ClusterCRF to be passed a feature table with potentially scrambled proteins.

Changed

  • All internal classes but ClusterCRF expect objects from gecco.model instead of pandas.DataFrame.
  • KNN training matrix is now stored as a compressed sparse matrix.
  • Internal data is stored in the relevant module next to the code needing it instead of in a dedicated gecco.data module.
  • gecco.orf.ORFFinder works at the single record level.
  • Reduce code complexity in gecco.hmmer.DomainRow and gecco.refiner.ClusterRefiner.

Removed

  • Export of individual cluster proteins in FASTA files.
  • Unused ProdigalFinder (since PyrodigalFinder is used instead).
Edited Jul 16, 2020 by Martin Larralde
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feat-genbank