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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
5. Fixed language server errors
23
23
6. Removed the old output publishing code and used the new workflow output definitions instead
24
24
7. Bumped the minimal nextflow version to 25.10.0
25
-
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.
26
-
9.Changed the `--annotations_filter` parameter to a `--filter` parameter. This parameter takes an argument of `bcftools filter` to filter the resulting VCFs.
27
-
10.Removed the `--delly_sv_types` parameter.
28
-
11.Moved all `wisecondorx` and `qdnaseq` outputs to a separate directory in each sample output.
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))
31
-
14.Updated to nf-core template v3.5.1
32
-
15. Removed AnnotSV from the pipeline
25
+
8.Changed the `--annotations_filter` parameter to a `--filter` parameter. This parameter takes an argument of `bcftools filter` to filter the resulting VCFs.
26
+
9.Removed the `--delly_sv_types` parameter.
27
+
10.Moved all `wisecondorx` and `qdnaseq` outputs to a separate directory in each sample output.
28
+
11.Bumped all annotation modules to the latest versions
29
+
12.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))
30
+
13.Updated to nf-core template v3.5.1
31
+
14.Removed AnnotSV from the pipeline
32
+
15. Removed the `small_variants` field from the samplesheet. Small variant VCFs are no longer used in the pipeline
Copy file name to clipboardExpand all lines: docs/usage.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,6 @@ Following table contains all possible values for the samplesheet.
64
64
|`family`| The family name of the current sample. All samples in the same family will be merged together at the end of the pipeline. Cannot contain spaces | string |:x:|
65
65
|`cram`| Path to the CRAM file to be used by the pipeline for the current sample. | string |:heavy_check_mark:|
66
66
|`crai`| Path to the CRAM index file | string |:x:|
67
-
|`small_variants`| A VCF containing the SNV (small nucleotide variants) for the current sample to be used by AnnotSV | string |:x:|
68
67
|`sex`| The sex of the sample to be used by QDNAseq. Sex will be imputed when missing (Options: `male` or `female`) | string |:x:|
69
68
70
69
See following samplesheet for a working example of a samplesheet (used by the `test` profile of the pipeline):
0 commit comments