Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M metaSNV
  • 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
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Robin Erich Muench
  • metaSNV
  • Merge requests
  • !5

Merged
Created Feb 23, 2017 by Thomas Sebastian Schmidt@tschmidtContributor

Update script to make SNP caller commands: add command line options to pass to caller & mpileup.

  • Overview 0
  • Commits 1
  • Changes 1

This commit allows to pass command line options through the bash script metaSNP_SNP directly to the caller and to mpileup. The following options are introduced:

  • minimum coverage (“-c”, default 4)
  • minimum threhold (“-t”, default 4)
  • minimum frequency (“-p”, default 0.01)
  • maximum depth per position and sample for mpileup (“-d”, mirroring mpileup -d option, default 20,000)
  • rename debugging option from “-d” to “-D”
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master