Skip to content

Update documentation and reorganize cell-type-ewings #13

Update documentation and reorganize cell-type-ewings

Update documentation and reorganize cell-type-ewings #13

# This is a workflow to run the cell-type-ewings module
# Analysis modules are run based on three triggers:
# - Manual trigger
# - On pull requests where code in the module has changed
# - As a reusable workflow called from a separate workflow which periodically runs all modules
name: Run cell-type-ewings analysis module
env:
MODULE_PATH: analyses/cell-type-ewings
AWS_DEFAULT_REGION: us-east-1
concurrency:
# only one run per branch at a time
group: cell-type-ewings-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
workflow_call:
pull_request:
branches:
- main
paths:
- analyses/cell-type-ewings/**
jobs:
run-module:
if: github.repository_owner == 'AlexsLemonade'
runs-on: ubuntu-latest
container: public.ecr.aws/openscpca/cell-type-ewings:latest
defaults:
run:
shell: bash -el {0}
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install awscli
run: |
pip install awscli
- name: Download test data
run: ./download-data.py --test-data --format "sce,anndata" --samples SCPCS000490
- name: Run analysis
run: |
conda activate openscpca-cell-type-ewings
cd $MODULE_PATH
bash cnv-annotation.sh