Skip to content

Commit e2a88d2

Browse files
authored
Merge pull request #210 from broadinstitute/dev
Dev
2 parents b9b59ad + 7841fc0 commit e2a88d2

30 files changed

Lines changed: 94809 additions & 286 deletions

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ jobs:
3434
black . --check
3535
- run:
3636
name: Install abc-env
37+
no_output_timeout: 30m
3738
command: |
3839
mamba env create -f workflow/envs/abcenv.yml
3940
- run:
4041
name: Run tests
42+
no_output_timeout: 30m
4143
command: |
42-
conda run -n abc-env pytest
44+
conda run -n abc-env pytest -n 4
4345
- slack/notify:
4446
branch_pattern: dev,main
4547
channel: abc_circleci

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ results/
33
tests/test_output
44
tests/**/Metrics
55
docs/_build/*
6+
config/config_biosamples.tsv
67
# emacs backups
78
*~
89

config/config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ params_candidate:
3131

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

3638
# These parameters are used to run the Predictions portion of the abc code
3739
params_predict:

reference/hg19/CollapsedGeneBounds.hg19.TSS500bp.bed

Lines changed: 20630 additions & 0 deletions
Large diffs are not rendered by default.

reference/hg19/CollapsedGeneBounds.hg19.bed

Lines changed: 20630 additions & 0 deletions
Large diffs are not rendered by default.

reference/hg19/chrom_sizes.tsv

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
chr1 249250621
2+
chr2 243199373
3+
chr3 198022430
4+
chr4 191154276
5+
chr5 180915260
6+
chr6 171115067
7+
chr7 159138663
8+
chr8 146364022
9+
chr9 141213431
10+
chr10 135534747
11+
chr11 135006516
12+
chr12 133851895
13+
chr13 115169878
14+
chr14 107349540
15+
chr15 102531392
16+
chr16 90354753
17+
chr17 81195210
18+
chr18 78077248
19+
chr19 59128983
20+
chr20 63025520
21+
chr21 48129895
22+
chr22 51304566
23+
chrX 155270560
24+
chrY 59373566
25+
chrM 16571

reference/hg38/CollapsedGeneBounds.hg38.TSS500bp.bed

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16043,7 +16043,6 @@ chr17 36089910 36090410 CCL3 0 - ENSG00000277632 protein_coding
1604316043
chr17 36103576 36104076 CCL4 0 + ENSG00000275302 protein_coding
1604416044
chr17 36196498 36196998 CCL3L3 0 - ENSG00000276085 protein_coding
1604516045
chr17 36210812 36211312 CCL4L2 0 + ENSG00000276070 protein_coding
16046-
chr17_KI270909v1_alt 252216 252716 CCL3L1 0 - ENSG00000276085 protein_coding
1604716046
chr17 36439305 36439805 TBC1D3B 0 - ENSG00000274808 protein_coding
1604816047
chr17 36486376 36486876 ZNHIT3 0 + ENSG00000273611 protein_coding
1604916048
chr17 36535207 36535707 MYO19 0 - ENSG00000278259 protein_coding

0 commit comments

Comments
 (0)