-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
66 lines (52 loc) · 1.72 KB
/
config.yml
File metadata and controls
66 lines (52 loc) · 1.72 KB
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
64
65
66
# Location of BacQuerya_processing repository relative to the Snakefile
BacQuerya_location: .
# whether this run is building the reference information for a species ("reference") or processing new isolates ("query")
# unless you are adding a new species to the indices, this has to be "query"
run_type: reference
skip_NCBI: False
skip_ENA: True
skip_genes: False
# needed for a "reference" run. Tells snakemake to add gene information merged together from all runs to the elastic gene index
index_genes: False
index_sequences: False #construct COBS index for genes
index_isolates: False
# whether we are indexing the GPS data or not
GPS: False
# whether we are indexing the ESC data or not
ESC: False
# name of GPS/ESC metadata json
supplementaryMetadataJSON: ESC_metadata.json
# multiprocessing option
n_cpu: 8
# options for extract_entrez_information
extract_entrez_information:
accession_file: NCBI_requested_accessions.txt
email: empty
assembly: assembly-stats
gff: annotation
genome: genome
# options to extract sequence reads
extract_read_metadata:
accession_file: ESC_ENA_Accessions.txt
# options for single_meryl_dbs
single_meryl_dbs:
single_files: meryl_single_files
assembly_txt_file: meryl_single_files/assembly_str.txt
# options for merge_single_meryl_dbs
merge_single_meryl_dbs:
merged_db_folder: meryl_merged_files
# options for run_merqury
run_merqury:
merqury_output: merqury_output
# options for extract_assembly_stats
extract_assembly_stats:
index_file: index_values.json
# options for index_isolate_attributes
index_isolate_attributes:
index: isolate_index
# options for index_gene_features
index_sequences:
kmer_length: 31
gene_type: gene
elasticSearchIndex: gene_index
assembly_type: assembly