Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #12

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Develop #12

wants to merge 7 commits into from

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    0206c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc318dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e7d785 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Rewrite multi sample calling to use scatters

    Previously, multi sample calling was done on the merged per sample g.vcf
    files. However, in rare cases, VCF files that are merged by bcftools can
    trigger a crash in GATK.
    
    To resolve this, the multi sample calling now uses the scattered per
    sample g.vcf files, so that GATK does not have to act on VCF files that
    were modified by bcftools.
    
    As an added advantage, using the scatters directly for the multi sample
    calling allows for better parallelisation.
    Redmar-van-den-Berg committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    84dd189 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Move gvcf2coverage image to quay.io

    Docker hub has started to remove unused images from free accounts, which
    means that it might remove images used by this pipeline without notice.
    Therefore the pipeline now exclusively uses images from quay.io or
    official repositories from docker hub, which do not have this
    limitation.
    Redmar-van-den-Berg committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ea939fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5063dbb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Add github CI testing

    * Use tmp on shared filesystem for aling rule
    
    * Group up tests to reduce load on test runners
    
    * Only test small-scatter on github
    
    * Check size of created files on failure
    
    * Reduce the number of test scatters
    
    * Add new entry to changelog
    
    * Pin Snakemake version
    Redmar-van-den-Berg authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    5649dff View commit details
    Browse the repository at this point in the history