Skip to content

Commit

Permalink
Merge pull request #47 from sanjaynagi/refactor-anoprimer-25-09-24
Browse files Browse the repository at this point in the history
refactor AnoPrimer
  • Loading branch information
sanjaynagi authored Sep 26, 2024
2 parents d3a9210 + a87702e commit 2c8e916
Show file tree
Hide file tree
Showing 11 changed files with 5,865 additions and 5,748 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/github-action-AgamPrimer-funestus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ jobs:
poetry install
poetry run python -m ipykernel install --user --name AnoPrimer
- id: 'auth'
name: 'Set up Google Cloud authentication'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'

- name: 'Set up Google Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'

- name: 'Check gcloud CLI'
run: 'gcloud info'

- name: Run notebooks
run: |
poetry run papermill notebooks/AnoPrimer-long.ipynb qPCR_run.ipynb -k AnoPrimer -f tests/cDNA_Params_fun.json
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/github-action-AgamPrimer-gambiae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ jobs:
poetry install
poetry run python -m ipykernel install --user --name AnoPrimer
- id: 'auth'
name: 'Set up Google Cloud authentication'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'

- name: 'Set up Google Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 363.0.0'

- name: 'Check gcloud CLI'
run: 'gcloud info'

- name: Run notebooks
run: |
poetry run papermill notebooks/AnoPrimer-long.ipynb qPCR_run.ipynb -k AnoPrimer -f tests/cDNA_Params.json
Expand Down
Loading

0 comments on commit 2c8e916

Please sign in to comment.