Skip to content

Commit

Permalink
Update version and add support for genotype encoding using PLINK2 sof…
Browse files Browse the repository at this point in the history
…tware
  • Loading branch information
anand-imcm committed Mar 28, 2024
1 parent e7a1fab commit 13b1605
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ All notable changes to this project will be documented in this file.

### Added
- Initial release

## [1.0.1] - 2024-03-28

### Added
- Added support for genotype encoding using PLINK2 software
- The python script now has an optional --ped argument. If supplied, genotypes will be sourced from this file. Otherwise, genotypes will be extracted from the VCF file.
2 changes: 1 addition & 1 deletion workflows/main.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "./tasks/extract_info.wdl" as info

workflow main {

String pipeline_version = "1.0.0"
String pipeline_version = "1.0.1"
String container_src = "ghcr.io/anand-imcm/get-variant-info:~{pipeline_version}"

input {
Expand Down

0 comments on commit 13b1605

Please sign in to comment.