1
1
Copyright and licensing for the different files here varies by host
2
2
institution that submitted the tests.
3
3
4
- - ` test/vcf/*.vcf ` :
4
+ - test/vcf/*.vcf:
5
5
6
6
The vast bulk of the test files originated from European
7
7
Bioinformatics Institute's vcf-validator:
@@ -10,7 +10,7 @@ institution that submitted the tests.
10
10
These are Copyright EBI and the project is Apache 2.0 licensed.
11
11
See https://www.apache.org/licenses/LICENSE-2.0
12
12
13
- - ` test/vcf/4.*/passed/complexfile_passed_000.vcf ` :
13
+ - test/vcf/4.*/passed/complexfile_passed_000.vcf:
14
14
15
15
Also present in the EBI vcf-validator, however this data looks to
16
16
be a subset of the 1000 Genomes project so it may be covered by
@@ -19,29 +19,31 @@ institution that submitted the tests.
19
19
See https://www.internationalgenome.org/IGSR_disclaimer
20
20
and https://www.internationalgenome.org/category/data-access/
21
21
22
- - ` examples/vcf/simple.vcf ` :
22
+ - examples/vcf/simple.vcf:
23
23
24
- Part of commit 7aeed5b, but not from the vcf-validator.
25
- Unknown copyright / license, but assumed to be 1000 Genomes.
24
+ Copied from the VCF TeX document. The example also appears in VCFtools
25
+ (https://sourceforge.net/p/vcftools/code/HEAD/tree/trunk/) which
26
+ is LGPLv3, but it is unknown if it was copied to there from the
27
+ original spec or vice versa.
26
28
27
- - ` examples/vcf/sv44.vcf ` :
29
+ - examples/vcf/sv44.vcf:
28
30
29
31
Copyright Daniel Cameron, 2022.
30
32
Apache 2.0 license.
31
33
32
- - ` test/vcf/4.3/failed/failed_body_format_007.vcf ` :
34
+ - test/vcf/4.3/failed/failed_body_format_007.vcf:
33
35
34
36
Copyright Daniel Cameron, 2023.
35
37
Apache 2.0 license.
36
38
37
- - ` test/vcf/4.3/failed/failed_body_info_integer_overflow.vcf ` :
38
- - ` test/vcf/4.3/failed/failed_body_info_integer_reserved.vcf ` :
39
- - ` test/vcf/4.3/failed/failed_body_info_integer_underflow.vcf ` :
39
+ - test/vcf/4.3/failed/failed_body_info_integer_overflow.vcf:
40
+ - test/vcf/4.3/failed/failed_body_info_integer_reserved.vcf:
41
+ - test/vcf/4.3/failed/failed_body_info_integer_underflow.vcf:
40
42
41
43
Copyright Daniel Cameron, 2024.
42
44
Apache 2.0 license.
43
45
44
- - ` test/vcf/4.5/passed/zero_length_LAA.vcf ` :
46
+ - test/vcf/4.5/passed/zero_length_LAA.vcf:
45
47
46
48
Copyright Daniel Cameron, 2024.
47
49
Apache 2.0 license.
0 commit comments