Skip to content

Commit 6e138a2

Browse files
committed
adding pipelines for ri-tools
1 parent ac5ac48 commit 6e138a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ri-tools/conf/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
output_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.
77
reference_genome='GRCh37' # Choose one between NCBI36, GRCh37, GRCh38
88
datasetId='test'
99
case_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 ###
1515
database_host = 'mongo'
1616
database_port = 27017
1717
database_user = 'root'
1818
database_password = 'example'
1919
database_name = 'beacon'
20-
database_auth_source = 'admin'
20+
database_auth_source = 'admin'

0 commit comments

Comments
 (0)