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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
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
30
13. Updated to nf-core template v3.5.1
31
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