File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33output_docs_folder = './output_docs/'
44
55#### VCF Conversion config parameters ####
6- allele_counts = False
6+ allele_counts = False # Variable still in test, leave it as False for now.
77reference_genome = 'GRCh37' # Choose one between NCBI36, GRCh37, GRCh38
88datasetId = 'test'
99case_level_data = True
10- exact_heterozygosity = False
11- num_rows = 7000000
12- verbosity = False
10+ exact_heterozygosity = True
11+ num_rows = 15000000
12+ verbosity = False # This variable, if True, will make the program run slower but give logs about all the skipped variants and the reason why.
1313
1414### MongoDB parameters ###
1515database_host = 'mongo'
1616database_port = 27017
1717database_user = 'root'
1818database_password = 'example'
1919database_name = 'beacon'
20- database_auth_source = 'admin'
20+ database_auth_source = 'admin'
You can’t perform that action at this time.
0 commit comments