You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rework annotation structure
* bump changelog
* add StrVCTVRE
* pre-commit
* add tests
* run new test
* remove failing ci test
* first linting fixes
* fix nf-core lint
* fix vcfanno usage when no valid toml is present
* bump nf-core version
* fix vcf_annotate tests
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
2. Added the `--bedpe` parameter. This makes the pipeline output BEDPE files alongside the VCF files.
12
12
3. Added parallelization on SV type to the delly flow
13
13
4. Added a `--gtf` parameter for annotation of gene and transcript overlap using `gatk SVAnnotate`.
14
+
5. Added `StrVCTVRE` as a new annotation tool
14
15
15
16
### `Changes`
16
17
@@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
27
10. Removed the `--delly_sv_types` parameter.
27
28
11. Moved all `wisecondorx` and `qdnaseq` outputs to a separate directory in each sample output.
28
29
12. Bumped all annotation modules to the latest versions
30
+
13. Reworked the annotation structure to a per tool structure. Specify the annotations tools you want to run with `--annotate_tools`. This parameter takes a comma-separated list of tool names (options: `vep`, `vcfanno`, `svannotate`, `strvctvre` or `all` (=> all tools))
0 commit comments