Skip to content

Commit

Permalink
Merge pull request #210 from broadinstitute/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
atancoder authored Mar 23, 2024
2 parents 8345d2f + c012907 commit dd637b6
Show file tree
Hide file tree
Showing 38 changed files with 94,784 additions and 56,853 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ jobs:
black . --check
- run:
name: Install abc-env
no_output_timeout: 30m
command: |
mamba env create -f workflow/envs/abcenv.yml
- run:
name: Run tests
no_output_timeout: 30m
command: |
conda run -n abc-env pytest
conda run -n abc-env pytest -n 4
- slack/notify:
branch_pattern: dev,main
channel: abc_circleci
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ results/
tests/test_output
tests/**/Metrics
docs/_build/*
config/config_biosamples.tsv
# emacs backups
*~

Expand Down
4 changes: 3 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ params_candidate:

# These parameters are used to run the Run Neighborhoods portion of the abc code
params_neighborhoods:
use_qnorm: True
# Recommended to keep as True. Setting to False leads will result in
# different ABC scores that don't follow the pre-set ABC thresholds
use_qnorm: True

# These parameters are used to run the Predictions portion of the abc code
params_predict:
Expand Down
20,630 changes: 20,630 additions & 0 deletions reference/hg19/CollapsedGeneBounds.hg19.TSS500bp.bed

Large diffs are not rendered by default.

20,630 changes: 20,630 additions & 0 deletions reference/hg19/CollapsedGeneBounds.hg19.bed

Large diffs are not rendered by default.

Loading

0 comments on commit dd637b6

Please sign in to comment.