Skip to content
Snippets Groups Projects
Commit 4ee0a497 authored by Peng Lian's avatar Peng Lian
Browse files

Update CI/CD, update to astrocyte 2.0.1

parent b38a6ca8
Branches
No related merge requests found
Pipeline #13376 failed with stages
in 1 hour, 34 minutes, and 39 seconds
# Run our tests against a specific version of astrocyte
before_script:
- module load astrocyte/2.0.0
- module load astrocyte/2.0.1
stages:
- check
......
......@@ -2,7 +2,7 @@
[![Build
Status](https://git.biohpc.swmed.edu/BioHPC/astrocyte_example_chipseq/badges/master/build.svg)](https://git.biohpc.swmed.edu/BioHPC/astrocyte_example_chipseq/commits/master)
[![Astrocyte](https://img.shields.io/badge/astrocyte-%E2%89%A52.0.0-blue.svg)](https://astrocyte-test.biohpc.swmed.edu/static/docs/index.html)
[![Astrocyte](https://img.shields.io/badge/astrocyte-%E2%89%A52.0.1-blue.svg)](https://astrocyte-test.biohpc.swmed.edu/static/docs/index.html)
This is an example workflow package for the BioHPC Astrocyte workflow engine.
Astrocyte is a system allowing workflows to be run easily from the web in a
......
......@@ -17,11 +17,11 @@ title: 'Astrocyte Example ChIPSeq Workflow'
# A summary of the workflow package in plain text
description: |
This is an example workflow package that implements a simple ChIPSeq analysis workflow using BWA and MACS, plus a
simple R Shiny visualization application. Run with Astrocyte/2.0.0 and newer.
simple R Shiny visualization application. Run with Astrocyte/2.0.1 and newer.
# The minimum Astrocyte version that requires to run this workflow. For old pipelines, which do not have this label
# a default value of 0.3.1 will be assigned automatically. A request of minimum version less than 0.4.0 will be ignored.
minimum_astrocyte_version: '2.0.0'
minimum_astrocyte_version: '2.0.1'
# The Nextflow version that requires to run this workflow. For old pipelines, which do not have this label
# a default value of 0.31.0 will be assigned automatically. Please make sure the requested nextflow version is available
# in the module list.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment