Skip to content

Script to run AUCell on all samples using EWS-FLI1 high/low gene signatures #415

Script to run AUCell on all samples using EWS-FLI1 high/low gene signatures

Script to run AUCell on all samples using EWS-FLI1 high/low gene signatures #415

Workflow file for this run

name: Pre-commit check
on:
pull_request:
branches:
- main
- feature/*
jobs:
pre-commit:
if: github.repository_owner == 'AlexsLemonade'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: pre-commit/[email protected]