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: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Almost ready to go. After you prepared the files above, you may need to adjust t
49
49
50
50
- Models and scripts as cloned from this GIT repository
51
51
- Annotations in the `annotations/` folder
52
-
- CADD-SV scores SV in a sorted BED format on the GRCh38 genome build. The type of SV needs to be included for each variant in the 4th column. We recommend to split files containing more than 10,000 SVs into smaller files. An example input file can be found in `input/`. The file needs to have the suffix `id_`. If you plan to process variants from another genome build or SVs in VCF format, see below.
52
+
- CADD-SV scores SV in a coordinate sorted BED format on the GRCh38 genome build. The type of SV needs to be included for each variant in the 4th column. We recommend to split files containing more than 10,000 SVs into smaller files. An example input file can be found in `input/`. The file needs to have the suffix `id_`. If you plan to process variants from another genome build or SVs in VCF format, see below.
53
53
54
54
## Running the pipeline
55
55
@@ -71,10 +71,12 @@ The pipeline outputs your SV set containing all annotations in BED format in a f
71
71
Further information about individual annotations are kept in a subfolder named after your input dataset.
72
72
73
73
74
-
# Further Informations
74
+
# Further Information
75
75
76
76
## Annotations
77
77
78
+
CADD-SV integrates different annotations, here some links to its annotation sources. A complete list can be found as Suppl. Table 1 of the manuscript/pre-print.
0 commit comments