Monitoring Norwegian submissions to SRA samples #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Monitoring Norwegian submissions to SRA samples | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
workflow_dispatch: # Manual trigger | |
jobs: | |
fetch-and-plot: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Set up Conda | |
uses: goanpeca/setup-miniconda@v2 | |
with: | |
auto-update-conda: true | |
- name: Create and activate Conda environment | |
run: | | |
conda env create -f EBIsearch_environment.yml | |
conda init | |
conda activate EBIsearch | |
- name: Run Python script | |
run: | | |
python monitoring_sra-samples_EBIsearch.py | |