Skip to content

Commit

Permalink
fix: merge dev (#485)
Browse files Browse the repository at this point in the history
* feat(finemapping): ingest finngen r10 finemapping w/ airflow (#435)

* feat: ingest finngen r10 finemapping w/ airflow

* fix: addressed comments from PR #394

* fix: address comments from PR

* Update config/step/ot_finngen_finemapping_ingestion.yaml

Co-authored-by: Irene López <[email protected]>

* Update config/step/ot_finngen_finemapping_ingestion.yaml

Co-authored-by: Irene López <[email protected]>

* chore: remove unnecessary config

---------

Co-authored-by: Yakov <[email protected]>
Co-authored-by: David Ochoa <[email protected]>
Co-authored-by: Irene López <[email protected]>
Co-authored-by: David Ochoa <[email protected]>

* docs: susie inf method reloacated with the rest of the methods

* ci(release): add action to open pr that triggers release weekly (#474)

* chore: add action to open pr that triggers release weekly

* fix: make yamllint interpret on keyword as string

* fix: adapt time to gmt

* chore: update to run at 4pm

* fix: update github token variable (#476)

* ci: exclude changelog.md from precommit (#479)

---------

Co-authored-by: Yakov <[email protected]>
Co-authored-by: David Ochoa <[email protected]>
Co-authored-by: Irene López <[email protected]>
Co-authored-by: David Ochoa <[email protected]>
  • Loading branch information
5 people authored Feb 12, 2024
1 parent 6ba0a5e commit 7183180
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/pr_release_trigger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: PR to trigger release

"on":
schedule:
- cron: "15 16 * * 4"

jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: pull-request
uses: diillson/[email protected]
with:
source_branch: "dev"
destination_branch: "main"
pr_title: "chore: trigger release process"
pr_body: ":warning: *This PR requires a MERGE or REBASE COMMIT (Don't squash!)*"
pr_label: "auto-pr"
pr_draft: false
pr_allow_empty: true
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: "CHANGELOG.md"
- id: debug-statements
- id: check-merge-conflict
- id: check-case-conflict
Expand Down Expand Up @@ -49,6 +50,7 @@ repos:
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
exclude: "CHANGELOG.md"

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.11.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: SuSiE-inf - Fine-mapping with infinitesimal effects v1.1
title: SuSiE-inf
---

# SuSiE-inf - Fine-mapping with infinitesimal effects v1.1

This is an implementation of the SuSiE-inf method found here:
https://github.com/FinucaneLab/fine-mapping-inf
https://www.nature.com/articles/s41588-023-01597-3
Expand Down

0 comments on commit 7183180

Please sign in to comment.