Skip to content

capital rules

capital rules #24

Workflow file for this run

name: run
on:
push:
branches: [ main ]
defaults:
run:
shell: bash -l {0}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@main
with:
environment-file: conda.yaml
cache-environment: true
cache-downloads: true
post-cleanup: 'all'
environment-name: beestat
- name: build
run: |
micromamba activate beestat
snakemake --cores 1 -s generate_figures.smk
- uses: actions/upload-artifact@v3
with:
name: figures
path: output