Skip to content

Commit 0d79400

Browse files
[pre-commit.ci] pre-commit autoupdate (CCBR#108)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v1.2.3 → v6.0.0](pre-commit/pre-commit-hooks@v1.2.3...v6.0.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.2](codespell-project/codespell@v2.2.4...v2.4.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 26.3.1](psf/black-pre-commit-mirror@23.7.0...26.3.1) - [github.com/lorenzwalthert/precommit: v0.1.2 → v0.4.3.9021](lorenzwalthert/precommit@v0.1.2...v0.4.3.9021) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8) - [github.com/compilerla/conventional-pre-commit: v2.3.0 → v4.4.0](compilerla/conventional-pre-commit@v2.3.0...v4.4.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f76c21b commit 0d79400

15 files changed

Lines changed: 1122 additions & 969 deletions

.github/CONTRIBUTING.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,26 @@ cd ASPEN
4949

5050
- Install the python dependencies with pip
5151

52-
```sh
53-
pip install .
54-
```
52+
```sh
53+
pip install .
54+
```
5555

56-
If you're developing on biowulf, you can use our shared conda environment which already has these dependencies installed
56+
If you're developing on biowulf, you can use our shared conda environment which already has these dependencies installed
5757
58-
```sh
59-
. "/data/CCBR_Pipeliner/db/PipeDB/Conda/etc/profile.d/conda.sh"
60-
conda activate py311
61-
```
58+
```sh
59+
. "/data/CCBR_Pipeliner/db/PipeDB/Conda/etc/profile.d/conda.sh"
60+
conda activate py311
61+
```
6262
6363
- Install [`pre-commit`](https://pre-commit.com/#install) if you don't already
6464
have it. Then from the repo's root directory, run
6565
66-
```sh
67-
pre-commit install
68-
```
66+
```sh
67+
pre-commit install
68+
```
6969
70-
This will install the repo's pre-commit hooks.
71-
You'll only need to do this step the first time you clone the repo.
70+
This will install the repo's pre-commit hooks.
71+
You'll only need to do this step the first time you clone the repo.
7272
7373
### Create a branch
7474

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,36 @@ exclude: |
88
)
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v1.2.3
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- id: check-json
1717
# spell check
1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.2.4
19+
rev: v2.4.2
2020
hooks:
2121
- id: codespell
2222
# https://github.com/codespell-project/codespell/issues/1498
2323
# Python formatting
24-
- repo: https://github.com/psf/black
25-
rev: 23.7.0
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: 26.3.1
2626
hooks:
2727
- id: black
2828
# R formatting
2929
- repo: https://github.com/lorenzwalthert/precommit
30-
rev: v0.1.2
30+
rev: v0.4.3.9021
3131
hooks:
3232
- id: style-files
3333
# general linting
3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: v2.7.1
35+
rev: v4.0.0-alpha.8
3636
hooks:
3737
- id: prettier
3838
# enforce commit format
3939
- repo: https://github.com/compilerla/conventional-pre-commit
40-
rev: v2.3.0
40+
rev: v4.4.0
4141
hooks:
4242
- id: conventional-pre-commit
4343
stages: [commit-msg]

docs/deployment.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ MACS2 parameters can be changed by editing this block in the `config.yaml`:
138138
139139
```yaml
140140
macs2:
141-
extsize: 200
142-
shiftsize: 100
143-
p: 0.01
144-
qfilter: 0.05
145-
annotatePeaks: True
141+
extsize: 200
142+
shiftsize: 100
143+
p: 0.01
144+
qfilter: 0.05
145+
annotatePeaks: True
146146
```
147147
148148
#### Genrich
@@ -151,14 +151,14 @@ Genrich paramaters can be changed by editing this block in the `config.yaml`:
151151
152152
```yaml
153153
genrich:
154-
s: 5
155-
m: 6
156-
q: 1
157-
l: 100
158-
g: 100
159-
d: 100
160-
qfilter: 0.05
161-
annotatePeaks: True
154+
s: 5
155+
m: 6
156+
q: 1
157+
l: 100
158+
g: 100
159+
d: 100
160+
qfilter: 0.05
161+
annotatePeaks: True
162162
```
163163
164164
#### Contrasts

resources/frip/README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,20 @@ optional arguments:
4343
Sources:
4444
4545
- HACER
46-
47-
- hg19 : http://bioinfo.vanderbilt.edu/AE/HACER/download/T1.txt
46+
- hg19 : http://bioinfo.vanderbilt.edu/AE/HACER/download/T1.txt
4847
4948
- FANTOM
50-
51-
- hg38 : http://fantom.gsc.riken.jp/5/datafiles/reprocessed/hg38_latest/extra/enhancer/F5.hg38.enhancers.bed.gz
52-
- hg19 : http://fantom.gsc.riken.jp/5/datafiles/latest/extra/Enhancers/human_permissive_enhancers_phase_1_and_2.bed.gz
53-
- mm9 : http://fantom.gsc.riken.jp/5/datafiles/latest/extra/Enhancers/mouse_permissive_enhancers_phase_1_and_2.bed.gz
54-
- mm10 : http://fantom.gsc.riken.jp/5/datafiles/reprocessed/mm10_latest/extra/enhancer/F5.mm10.enhancers.bed.gz
49+
- hg38 : http://fantom.gsc.riken.jp/5/datafiles/reprocessed/hg38_latest/extra/enhancer/F5.hg38.enhancers.bed.gz
50+
- hg19 : http://fantom.gsc.riken.jp/5/datafiles/latest/extra/Enhancers/human_permissive_enhancers_phase_1_and_2.bed.gz
51+
- mm9 : http://fantom.gsc.riken.jp/5/datafiles/latest/extra/Enhancers/mouse_permissive_enhancers_phase_1_and_2.bed.gz
52+
- mm10 : http://fantom.gsc.riken.jp/5/datafiles/reprocessed/mm10_latest/extra/enhancer/F5.mm10.enhancers.bed.gz
5553
5654
- DBSuper
57-
58-
- mm9 : http://asntech.org/dbsuper/data/bed/mm9/all_mm9_bed.bed
59-
- hg19 : http://asntech.org/dbsuper/data/bed/hg19/all_hg19_bed.bed
55+
- mm9 : http://asntech.org/dbsuper/data/bed/mm9/all_mm9_bed.bed
56+
- hg19 : http://asntech.org/dbsuper/data/bed/hg19/all_hg19_bed.bed
6057
6158
- EnhancerAtlas:
62-
- fasta files were downloaded using the following commands for hg19 and mm9 data:
59+
- fasta files were downloaded using the following commands for hg19 and mm9 data:
6360
6461
```
6562
% for i in 3T3-L1 416B AtT-20 BAT Bone_marrow Brain_E14.5 Brown_preadipocyte_E18.5 C3H10Thalf CD19+ CD4+CD8+ CD4+Treg CD4+ CD8+ Cerebellum Cerebellum_neonate CH12 CMP Cortex Dendritic_cell EpiLC EpiSC Erythroid_fetal_liver Erythroid_spleen ESC_Bruce4 ESC_J1 ESC_KH2 ESC_NPC Forebrain_E11.5 Forebrain_E12.5 Forelimb_bud_embryo Forelimb_E11 Forelimb_E13 G1E-ER4 G1E GMP Heart_E11.5 Heart_E12.5 Heart_E14.5 Heart Hepatocyte HFSC Hindbrain_E11.5 Intestine IPSC Kidney Large_intestine_epithelial Lens_P1 Limb_E11.5 Limb_E14.5 Liver_E14.5 Liver Lung_E14.5 Lung Lung_neonate MC3T3-E1 Megakaryocyte MEL Microglia Midbrain_E11 Neuron_cortical NIH-3T3 NKC_spleen NKT NPC Olfactory_bulb Pancreas Pancreatic_islet PDC_BM PDC Peritoneal_macrophage Placenta Pre-B Pre-pro-B Pro-B_BM Prostate Rib_chondrocyte_P1 Spermatid Spleen Stomach_neonate Striatum Testis Th1 Th2 Thymus Treg_cell Uterus V6.5 WAT ZHBTc4;do

resources/tssBed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- is strand aware
99
- extracts chrom, start, geneid, geneName from the "gene" line for gene_type == "protein_coding" only
1010
- creates 400 bins around the TSS
11-
- start if on + strand
12-
- end if on - strand
11+
- start if on + strand
12+
- end if on - strand
1313
- each bin is 10 bp width so total -2k through +2k rgeion is covered in the 400 bins
1414

1515
```bash

0 commit comments

Comments
 (0)