Skip to content
Snippets Groups Projects
Commit 110bab86 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add astrocyte check

parent d429a220
Branches
Tags
3 merge requests!29Develop,!22Develop,!21Resolve "Develop CI"
Pipeline #3208 failed with stages
in 4 seconds
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
before_script:
- module load astrocyte
- module load python/3.6.1-2-anaconda
- module load nextflow/0.31.1_Ignite
- mkdir test_data/v2s2r100k
......@@ -7,8 +8,14 @@ before_script:
- ln -s /project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/v3s2r100k/* test_data/v3s2r100k/
stages:
- astrocyte
- integration
astrocyte_check:
stage: astrocyte
script:
- astrocyte_cli check ../cellranger_count
simple_cr2v2ref1.2.0:
stage: integration
script:
......
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