Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • ng6 ng6
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 52
    • Issues 52
    • 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
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • genotoul-bioinfo
  • ng6ng6
  • Issues
  • #221

Closed
Open
Created Feb 11, 2022 by Jules Sabban@jsabbanDeveloper

[IlluminaWF] Change algo use with BWA for ContaminationSearch analysis

Currently, the ContaminationSearch analysis for illumina workflows is performed with bwa aln.
This algorithm is not optimal for the length of reads we currently have ; so we should use bwa mem.

Moreover, in the future pipeline under Nextflow we will use FastqScreen to make this analysis. This tool already use bwa mem.
So to have comparable results between the two pipelines, we must change bwa aln to bwa mem.

Assignee
Assign to
Time tracking