Skip to content

Commit

Permalink
adding defaults conf for ri-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Oct 22, 2024
1 parent b8049a5 commit a5e0bb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion beacon/permissions/datasets/public_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ public_datasets:
- CINECA_synthetic_cohort_EUROPE_UK1
- CINECA_dataset
- rd-connect_dataset
- coadread_tcga_pan_can_atlas_2018
- coadread_tcga_pan_can_atlas_2018
- COVID_pop11_fin_2
6 changes: 3 additions & 3 deletions ri-tools/conf/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

#### VCF Conversion config parameters ####
allele_frequency=1 # introduce float number, leave 1 if you want to convert all the variants
reference_genome='GRCh38' # Choose one between NCBI36, GRCh37, GRCh38
datasetId='coadread_tcga_pan_can_atlas_2018'
case_level_data=True
reference_genome='GRCh37' # Choose one between NCBI36, GRCh37, GRCh38
datasetId='COVID_pop11_fin_2'
case_level_data=False

### MongoDB parameters ###
database_host = 'mongo'
Expand Down

0 comments on commit a5e0bb9

Please sign in to comment.