Skip to content

Compare CellAssign annotations using custom marker gene sets from PanglaoDB #187

Compare CellAssign annotations using custom marker gene sets from PanglaoDB

Compare CellAssign annotations using custom marker gene sets from PanglaoDB #187

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'