Skip to content

Commit

Permalink
fix conditing window size (was 500kb not 500) (#110)
Browse files Browse the repository at this point in the history
* fix conditing window size (was 500kb not 500)

* bugfix doc link path

* bugfix docs config link

* merge latest from main

---------

Co-authored-by: Kayla Meyer <meyer.kmt@gmail.com>
Co-authored-by: Brian Clarke <9725212+bfclarke@users.noreply.github.com>
Co-authored-by: Brian Clarke <brian.clarke@dkfz.de>
  • Loading branch information
4 people authored Oct 14, 2024
1 parent ad7fcb3 commit 87d5f41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ phecode_dict = {'Apolipoprotein_A': 30630,

gtf_file = 'gencode.v34lift37.annotation.gtf.gz'
genotype_base_dir = 'genotypes/'
padding = 500
padding = 500000

burden_phenotype = phenotypes[0]

Expand Down

0 comments on commit 87d5f41

Please sign in to comment.