Skip to content

Commit

Permalink
Merge pull request #66 from sanjaynagi/fix-plotly-numpy-30-09-24
Browse files Browse the repository at this point in the history
fix np and px to avoid conflicts
  • Loading branch information
sanjaynagi authored Sep 30, 2024
2 parents fc2b312 + 3f302fd commit 6d8fab0
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 65 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/github-action-anoexpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: ${{ matrix.python-version }}
cache: "poetry"

- name: Install dependencies
run: poetry install

- run: python -m ipykernel install --user --name anoexpress
- run: papermill workflow/notebooks/plot-gene-expression.ipynb ci.ipynb -k anoexpress
- run: papermill workflow/notebooks/plot-families-expression.ipynb ci2.ipynb -k anoexpress
- run: papermill workflow/notebooks/expression-candidates.ipynb ci3.ipynb -k anoexpress
- run: papermill workflow/notebooks/enrichment.ipynb ci4.ipynb -k anoexpress
- run: papermill workflow/notebooks/utility-functions.ipynb ci5.ipynb -k anoexpress
- run: poetry run python -m ipykernel install --user --name anoexpress
- run: poetry run papermill workflow/notebooks/plot-gene-expression.ipynb ci.ipynb -k anoexpress
- run: poetry run papermill workflow/notebooks/plot-families-expression.ipynb ci2.ipynb -k anoexpress
- run: poetry run papermill workflow/notebooks/expression-candidates.ipynb ci3.ipynb -k anoexpress
- run: poetry run papermill workflow/notebooks/enrichment.ipynb ci4.ipynb -k anoexpress
- run: poetry run papermill workflow/notebooks/utility-functions.ipynb ci5.ipynb -k anoexpress
Loading

0 comments on commit 6d8fab0

Please sign in to comment.