Skip to content

Commit

Permalink
Release docker-Battenberg v2.2.9 (#11)
Browse files Browse the repository at this point in the history
* add GRCh37 and GRCh38 resources to README

* Update CHANGELOG.md

* fix text indent

* Update README.md based on latest template

* Update README

* Update CHANGELOG.md

---------

Co-authored-by: Mootor <mmootor@ip-0A125250.rhxrlfvjyzbupc03cc22jkch3c.xx.internal.cloudapp.net>
  • Loading branch information
Faizal-Eeman and Mootor authored Jun 30, 2023
1 parent ee2a4a0 commit fd8f3ef
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

---

## [Unreleased]
## [2.2.9] - 2023-06-27
### Added
- Add `modify_reference_path.sh`
- Add GRCh37 and GRCh38 resource paths to `README.md`

### Changed
- Update `README.md`
- Update Battenberg `v2.2.9`
- Release `docker-Battenberg v2.2.9`
- Update Battenberg `v2.2.9` in Dockerfile
- Reconfigure Dockerfile
- Standardize Battenberg resource files
- Standardize the `docker-Battenberg` repo
Expand Down
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,27 @@ This repository contains code for the whole genome sequencing subclonal copy num

It installs the release v2.2.9 of Battenberg and modifies the Battenberg resource paths for GRCh37 and GRCh38 based on how they are structured in the Boutros Lab cluster.

GRCh37 resources - `/hot/ref/tool-specific-input/Battenberg/download_202204/GRCh37/`

GRCh38 resources -
- with `chr` name (default): `/hot/ref/tool-specific-input/Battenberg/download_202204/GRCh38/battenberg_ref_hg38_chr/`
- without `chr` name: `/hot/ref/tool-specific-input/Battenberg/download_202204/GRCh38/battenberg_ref_hg38_non_chr/`

This image can be found in docker-Battenberg's GitHub package page [here](https://github.com/uclahs-cds/docker-Battenberg/pkgs/container/battenberg).

# Example Usage
```
docker run --rm -u $(id -u):$(id -g) -w $(pwd) -v /hot/:/hot/ \
-v /hot/ref/tool-specific-input/Battenberg/download_202204/GRCh38/battenberg_ref_hg38_chr/:/opt/battenberg_reference/ \
battenberg:2.2.9 Rscript /usr/local/bin/battenberg_wgs.R \
-t ${tumor_sample_name} \
-n ${normal_sample_name} \
--tb ${tumor_bam} \
--nb ${normal_bam} \
-o ${sample_out_dir} \
--sex ${sample_sex}
```

# Documentation
Battenberg GitHub repository [here](https://github.com/Wedge-lab/battenberg)

Expand All @@ -18,6 +37,19 @@ Battenberg GitHub repository [here](https://github.com/Wedge-lab/battenberg)
|IMPUTE2|2.3.2|
|ASCAT|3.1.2|

---

## Discussions

- [Issue tracker](https://github.com/uclahs-cds/docker-Battenberg/issues) to report errors and enhancement ideas.
- Discussions can take place in [docker-Battenberg Discussions](https://github.com/uclahs-cds/docker-Battenberg/discussions)
- [docker-Battenberg pull requests](https://github.com/uclahs-cds/docker-Battenberg/pulls) are also open for discussion

---

## Contributors

Please see list of [Contributors](https://github.com/uclahs-cds/docker-Battenberg/graphs/contributors) at GitHub.

---

Expand Down

0 comments on commit fd8f3ef

Please sign in to comment.