From 88e66a8a8bcc21d0528f28de91e9abb29736127b Mon Sep 17 00:00:00 2001 From: Sorel Fitz-Gibbon Date: Mon, 29 Jan 2024 12:58:18 -0800 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb839f9..4f417987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,19 @@ 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 - Pass reference index to `SomaticSniper` processes +- Use external `indexFile` function +- Update submodules - Update GATK `v4.4.0.0` to `v4.5.0.0` ## [8.0.0-rc.1] - 2023-12-13 ### Changed -- Use external `indexFile` function -- Update submodules - Sample names sanitized for all output - Sample names parsed from input BAMs - Update `MuSE` to `v2.0.4` From c8c3045f52b0cf330a01867a60af1f776ba0f848 Mon Sep 17 00:00:00 2001 From: Sorel Fitz-Gibbon Date: Mon, 29 Jan 2024 13:39:00 -0800 Subject: [PATCH 2/3] update version in nextflow.config --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index ae8c6a9b..13d0d8db 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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' } From 234abdd871aa21a1d0c82dbf7ee6bc77fb53cf92 Mon Sep 17 00:00:00 2001 From: Sorel Fitz-Gibbon Date: Mon, 29 Jan 2024 17:00:59 -0800 Subject: [PATCH 3/3] update copyright date range --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d54580d..6c9f94c2 100644 --- a/README.md +++ b/README.md @@ -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.