Skip to content

Commit

Permalink
Merge pull request #229 from uclahs-cds/sfitz-release-candidate-7.0.0…
Browse files Browse the repository at this point in the history
…-rc1

Sfitz release candidate 7.0.0 rc1
  • Loading branch information
sorelfitzgibbon authored Aug 31, 2023
2 parents 1ac35bd + bcfd6cd commit 1474787
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.0-rc.1] - 2023-08-28

### Added
- Add compression of `SomaticSniper` `bam-readcount` output and move to `intermediate` directory
- Add `ncbi_build` parameter
Expand All @@ -19,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `split_VCF_bcftools` to `Mutect2` workflow, separating SNVs, MNVs and Indels

### Changed
- Fix CPU allocation behavior with Docker
- Remove redundant directories in Intersect log output directories
- Change compression of intersect MAF file to bzip2
- Update `README.md`
Expand Down
1 change: 1 addition & 0 deletions config/methods.config
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,6 @@ methods {
methods.set_output_directory()
methods.set_pipeline_log()
methods.check_valid_algorithms()
methods.setup_docker_cpus()
}
}
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 = '6.0.0'
version = '7.0.0-rc.1'
name = 'call-sSNV'
}

0 comments on commit 1474787

Please sign in to comment.