Skip to content

GitLab

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

Merged
Created Feb 17, 2021 by Raphael Müller@rmuellerOwner

Added Support for longer genomes

  • Overview 5
  • Commits 5
  • Changes 6

The calculation of the number of nucleotides in the reference genome was dependent on the maximum value of Signed Integers. We replace the conversion from String to Int with String to Long, which should be enough for quite some time.

Additionally, results are now written to a file (prefix+results.txt)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: long