generated from snakemake-workflows/snakemake-workflow-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from fcaretti/release-please--branches--main
chore(main): release 1.0.0
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-06-21) | ||
|
||
|
||
### Features | ||
|
||
* **rule:** add alignment summary ([c822da0](https://github.com/fcaretti/SNPs_from_RNA/commit/c822da0dab949503c02f0b397ae809f5d71ad863)) | ||
* **rule:** add BQSR ([f9f3665](https://github.com/fcaretti/SNPs_from_RNA/commit/f9f36652322f81be07d6e88b88015ab591350a66)) | ||
* **rule:** add GATK's HaplotypeCaller and filtering ([497180e](https://github.com/fcaretti/SNPs_from_RNA/commit/497180ec51338c9fab19498f895d4c421e0af3d8)) | ||
* **rule:** add index and dict to reference genome ([8022eb9](https://github.com/fcaretti/SNPs_from_RNA/commit/8022eb9dce48da04fe5d41a1536b0e112d43e02c)) | ||
* **rule:** add Split N CIGAR rule ([b2b38bb](https://github.com/fcaretti/SNPs_from_RNA/commit/b2b38bb7450159dd2934cea1d74dda3481b2faac)) | ||
* **rule:** add VEP annotation (no wrapper) ([2c72e6d](https://github.com/fcaretti/SNPs_from_RNA/commit/2c72e6dc2d2d6537df13c011e75753721e0db754)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **main:** add bai file to output of BQSR ([c3bd9bf](https://github.com/fcaretti/SNPs_from_RNA/commit/c3bd9bfd2f9ce9024708b86087b81657dfcb5edf)) | ||
* **PR:** correct PR title ([8a3a321](https://github.com/fcaretti/SNPs_from_RNA/commit/8a3a3210389611295f399085c1dcfdc7f9f7e1e8)) |