Skip to content

Commit

Permalink
Merge pull request #271 from uclahs-cds/sfitz-release-8.0.0
Browse files Browse the repository at this point in the history
Sfitz release 8.0.0
  • Loading branch information
sorelfitzgibbon authored Jan 30, 2024
2 parents 3a7960d + 234abdd commit c7baf12
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

## [8.0.0] - 2024-01-29

### Changed
- `Strelka2` retry triggered by error code `1`
- Pass reference index to `SomaticSniper` processes
- Use external `indexFile` function
- Update submodules
- Update GATK `v4.4.0.0` to `v4.5.0.0`
- add `F8.config`

## [8.0.0-rc.1] - 2023-12-13

### Changed
- `Strelka2` retry triggered by error code `1`
- Use external `indexFile` function
- Update submodules
- Sample names sanitized for all output
- Sample names parsed from input BAMs
- Update `MuSE` to `v2.0.4`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ pipeline-call-sSNV is licensed under the GNU General Public License version 2. S

This pipeline performs somatic SNV calling on a pair of normal/tumor BAMs, utilizing SomaticSniper, Strelka2, Mutect2 and MuSE.

Copyright (C) 2020-2023 University of California Los Angeles ("Boutros Lab") All rights reserved.
Copyright (C) 2020-2024 University of California Los Angeles ("Boutros Lab") All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ manifest {
nextflowVersion = '>=20.07.1'
author = 'Yuan Zhe (Caden) Bugh, Mao Tian, Sorel Fitz-Gibbon'
homePage = 'https://github.com/uclahs-cds/pipeline-call-sSNV'
version = '8.0.0-rc.1'
version = '8.0.0'
name = 'call-sSNV'
}

0 comments on commit c7baf12

Please sign in to comment.