-
Notifications
You must be signed in to change notification settings - Fork 42
/
requiredFiles.conf
64 lines (48 loc) · 1.7 KB
/
requiredFiles.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[embl]
path={division}/embl/{species_dir}/
expected_files={species_uc}.*.dat.gz,README*,CHECKSUMS*
[tsv]
path={division}/tsv/{species_dir}/
expected_files={species_uc}.*.tsv.gz,README*,CHECKSUMS*
[genbank]
path={division}/genbank/{species_dir}/
expected_files={species_uc}.*.dat.gz,README*,CHECKSUMS*
[gtf]
path={division}/gtf/{species_dir}/
expected_files={species_uc}.*.gtf.gz,README*,CHECKSUMS*
[gff3]
path={division}/gff3/{species_dir}/
expected_files={species_uc}.*.gff3.gz,README*,CHECKSUMS*
[json]
path={division}/embl/{species_dir}/
expected_files={species_uc}*.json,CHECKSUMS*
[fasta_pep]
path={division}/fasta/{species_dir}/pep/
expected_files={species_uc}.*.fa.gz,README*,CHECKSUMS*
[fasta_cdna]
path={division}/fasta/{species_dir}/cdna/
expected_files={species_uc}.*.fa.gz,README*,CHECKSUMS*
[fasta_cds]
path={division}/fasta/{species_dir}/cds/
expected_files={species_uc}.*.fa.gz,README*,CHECKSUMS*
[fasta_dna]
path={division}/fasta/{species_dir}/dna/
expected_files={species_uc}.*.fa.gz,README*,CHECKSUMS*
[fasta_dna_index]
path={division}/fasta/{species_dir}/dna_index/
expected_files={species_uc}.*.fa.gz,{species_uc}.*.fa.gz.fai,{species_uc}.*.fa.gz.gzi,README*,CHECKSUMS*
[vep]
path={division}/variation/vep/{collection_dir}
expected_files={species_uc}_vep*.tar.gz, CHECKSUMS*
[vcf]
path={division}/variation/vcf/{species_dir}/
expected_files=*vcf.gz,*vcf.gz.csi,CHECKSUMS*
[gvf]
path={division}/variation/gvf/{species_dir}/
expected_files=*gvf.gz,README,CHECKSUMS
[1000GenomeVCF]
path={division}/variation/vcf/{species_dir}/
expected_files=1000GENOMES-phase_3.vcf.gz,1000GENOMES-phase_3.vcf.gz.csi
[1000GenomeGVF]
path={division}/variation/gvf/{species_dir}/
expected_files=1000GENOMES-phase_3.gvf.gz