Skip to content

Commit 13522f0

Browse files
committed
Merge branch 'main' of github.com:ponnhide/patchworklib
2 parents 99de6a3 + 0f43abd commit 13522f0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on:
33
push:
44
branches: [main, develop]
5-
paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
5+
paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
66
pull_request:
77
branches: [main, develop]
8-
paths: ["src/**", "tests/**", ".github/workflows/ci.yml"]
8+
paths: ["patchworklib/**", "tests/**", ".github/workflows/ci.yml"]
99
workflow_dispatch:
1010

1111
jobs:
@@ -31,4 +31,4 @@ jobs:
3131
pip install .
3232
3333
- name: Run pytest
34-
run: pytest tests --tb=line --cov=src --cov-report=xml --cov-report=term
34+
run: pytest tests --tb=line --cov=patchworklib --cov-report=xml --cov-report=term

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Additionally, several third-party libraries based on matplotlib, such as plotnin
55

66
Patchworklib provides a solution for the problem. By using patchworklib, any kind of seaborn and plotnine plots can be handled as matplotlib subplots.
77

8+
### Join Our Team: Bioinformatics Researcher Wanted.
9+
We are currently seeking a skilled researcher with expertise in bioinformatics to join our lab.
10+
For more details and to apply, please visit the following [URL](https://prime.osaka-u.ac.jp/careers/images/CREST_recruit_en_20231120.pdf).
11+
812
## Installation
913
For normal users, we recommended you to install the official release as follows.
1014
`pip install patchworklib`

0 commit comments

Comments
 (0)