Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • vidjil vidjil
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,700
    • Issues 1,700
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • vidjil
  • vidjilvidjil
  • Repository
Switch branch/tag
  • vidjil
  • algo
  • vidjil.cpp
Find file BlameHistoryPermalink
  • Mathieu Giraud's avatar
    core/germline.{h,cpp}, vidjil.cpp: refactor code, separating index updating / index setting · b14ff728
    Mathieu Giraud authored Mar 17, 2015
    No-modification change
     - set_index(index) sets the index
     - update_index(index) may be used on any index (including other indexes than the index set)
     - insert_in_one_index and build_with_one_index take a boolean 'set_indexes'
    
    We want to be able to update any index (for example a global one) with sequences of a germline,
    without changing the index of this germline.
    b14ff728