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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
4. Updated to nf-core template v3.2.0
20
20
5. Fixed language server errors
21
21
6. Removed the old output publishing code and used the new workflow output definitions instead
22
-
7. Bumped the minimal nextflow version to 24.10.0
22
+
7. Bumped the minimal nextflow version to 25.04.0
23
23
8. VCFanno will now run when `--vcfanno_toml` has been given and `--annotate` has not been given. You still need to supply `--annotate` to get the full annotation, but this can be used check for common variants without having to perform full annotation.
24
24
9. Changed the `--annotations_filter` parameter to a `--filter` parameter. This parameter takes an argument of `bcftools filter` to filter the resulting VCFs.
25
25
10. Removed the `--delly_sv_types` parameter.
26
+
11. Moved all `wisecondorx` and `qdnaseq` outputs to a separate directory in each sample output.
Copy file name to clipboardExpand all lines: nextflow.config
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ manifest {
279
279
description ="""A bioinformatics best-practice analysis pipeline for calling structural variants (SVs), copy number variants (CNVs) and repeat region expansions (RREs) from short DNA reads."""
0 commit comments