Skip to content

Explore copyKat performance on RMS data #195

Explore copyKat performance on RMS data

Explore copyKat performance on RMS data #195

name: Test integration workflow
on:
pull_request:
branches:
- main
jobs:
test-snakemake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test snakemake
uses: snakemake/snakemake-github-action@v1
with:
directory: '.'
snakefile: 'Snakefile'
args: '--list'
task: 'run'