Skip to content

Releases: uclahs-cds/pipeline-call-sSNV

call-sSNV v4.0.0

13 Jun 22:46
20bb0d5
Compare
Choose a tag to compare

Major Changes:

In this release, we change the input files from one template.config to two input files: an input YAML and a template.config. Examples of input YAMLs can be found here. Also, variable sample_name is changed to sample_id.

New Features:

For GATK mutect2 algorithm, we add a germline resource option to filter out the common germline variants. Also, mutect2 can take more than one tumor sample now.
For strelka2 algorithm, we add a --callRegion option to exclude the non-canonical small contigs, thus, largely improve the runtime of WGS samples.

Release 4.0.0-rc.1

14 May 00:03
fa72c5a
Compare
Choose a tag to compare
Release 4.0.0-rc.1 Pre-release
Pre-release
Merge pull request #83 from uclahs-cds/maotian-create-release-4.0.0-rc.1

Create Release to 4.0.0-rc.1

call-sSNV v3.0.0

01 Mar 22:46
08dee46
Compare
Choose a tag to compare

Here are the major changes included in this release:

Changed

  • Update .gitignore to exclude molecular files.
  • Update F72.config to increase the compute efficiency.

Added

  • Add tumor_only_mode in mutect2 options.

call-sSNV v3.0.0-rc.1

11 Jan 00:42
692fc07
Compare
Choose a tag to compare
call-sSNV v3.0.0-rc.1 Pre-release
Pre-release
Merge pull request #57 from uclahs-cds/maotian-update-GATK-v4.2.4.1

update GATK version to 4.2.4.1 to address log4j2 vulnerabilities

call-sSNV v2.1.1

16 Oct 03:07
12a66aa
Compare
Choose a tag to compare

Added

  • Add groups to docker run options.

Fixed

  • Add missing lines of checksum process.

call-sSNV v2.1.0 [Deprecated]

13 Oct 21:37
1261b9d
Compare
Choose a tag to compare

Changed

  • Updated the GATK version from v4.2.0 to v4.2.2.
  • Standardized process names.
  • Changed config filenames to F2, F72, and M64.

Added

  • Saved logs for the Somaticsniper workflows.
  • Add GPL2 license.
  • Add pipeline information to the main script.
  • Add the checksum file for the final output.
  • Add config file for F32 node.

v2.0.0

19 Aug 23:29
aaa37d8
Compare
Choose a tag to compare

Changed

  • Allow multiple algorithms to run in one pipeline run

Added

  • Add pattern to strelka2's filter_vcf_pass publishDir

Fixed

  • nextflow.config throwing Exception: string interpolation required double quotes

v1.5.0

18 Jun 21:09
cb235b7
Compare
Choose a tag to compare

Changed

  • Mutect2 calls are now scattered by intervals split using GATK SplitIntervals
  • Non-canonical regions will be called by default when using Mutect2
  • Update branch name in CICD-base.yaml from master to main

Added

  • Ability to specify extra arguments for all GATK commands in the Mutect2 workflow
  • Steps to index and compress final VCF files

v1.4.0

27 Apr 20:34
14d3c44
Compare
Choose a tag to compare

Added

  • Saved logs for the Strelka2 and Mutect2 workflows
  • Created and backfilled CHANGELOG

Changed

  • Mutect2 calls are now scattered by chromosomes

v1.3.0

06 Apr 01:07
c8c4238
Compare
Choose a tag to compare

Added the Mutect2 algorithm.