convert chemistry definitions to yaml, add support for element sequen… #100
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
on: | |
push: | |
pull_request: | |
name: snakemake-run | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Project | |
uses: actions/checkout@v3 | |
- uses: conda-incubator/setup-miniconda@v2 | |
with: | |
mamba-version: "*" | |
channels: bioconda,conda-forge,defaults | |
channel-priority: true | |
activate-environment: scraps_conda | |
environment-file: scraps_conda.yml | |
- shell: bash -el {0} | |
run: | | |
snakemake -npr --configfile config.yaml | |