Summary
Jobs
build
Build target branch
Build and push Docker images (cell2location, methods, executable, docker, src/methods/cell2locati...
Build and push Docker images (nnls, methods, executable, docker, src/methods/nnls/config.vsh.yaml...
Build and push Docker images (vanillanmf, methods, executable, docker, src/methods/vanillanmf/con...
Build and push Docker images (stereoscope, methods, executable, docker, src/methods/stereoscope/c...
Build and push Docker images (rctd, methods, executable, docker, src/methods/rctd/config.vsh.yaml...
Build and push Docker images (destvi, methods, executable, docker, src/methods/destvi/config.vsh....
Build and push Docker images (nmfreg, methods, executable, docker, src/methods/nmfreg/config.vsh....
Build and push Docker images (tangram, methods, executable, docker, src/methods/tangram/config.vs...
Build and push Docker images (seurat, methods, executable, docker, src/methods/seurat/config.vsh....
Build and push Docker images (r2, metrics, executable, docker, src/metrics/r2/config.vsh.yaml, ta...
Build and push Docker images (true_proportions, control_methods, executable, docker, src/control_...
Build and push Docker images (random_proportions, control_methods, executable, docker, src/contro...
Build and push Docker images (split_dataset, process_dataset, executable, docker, src/process_dat...
Build and push Docker images (dataset_simulator, process_dataset, executable, docker, src/process...
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build
on:
push:
branches: [ 'main' ]
workflow_dispatch:
inputs:
version:
description: |
The version of the project to build. Example: `1.0.3`.
If not provided, a development build with a version name
based on the branch name will be built. Otherwise, a release
build with the provided version will be built.
required: false
jobs:
build:
uses: openproblems-bio/actions/.github/workflows/build.yml@main
with:
version: ${{ github.event.inputs.version }}
You can’t perform that action at this time.