Skip to content

Do not compute credibility intervals by default in RSEM quantificatio… #72

Do not compute credibility intervals by default in RSEM quantificatio…

Do not compute credibility intervals by default in RSEM quantificatio… #72

Workflow file for this run

name: Pipeline CI
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
profile:
- gemflux
- starrsem
- starflux
- markdup
- rmdup
- ihec
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 16
java-package: jre
- name: Run pipeline
run: . .circ && ci test
env:
CI_PROFILE: ${{ matrix.profile }}