Skip to content
Snippets Groups Projects
Commit c79f3baf authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Update to new astrocyte RC

parent e1839b0d
1 merge request!71WIP: Astrocyte 0.4.0
Pipeline #10211 canceled with stages
in 6 seconds
......@@ -2,7 +2,7 @@ before_script:
- module load python/3.6.1-2-anaconda
- pip install --user pytest-pythonpath==0.7.1 pytest-cov==2.5.1
- module load nextflow/20.01.0
- module load singularity/3.0.2
- module load singularity/3.5.3
- mkdir -p test_data/simple1
- mkdir -p test_data/simple2
- ln -sfn /project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_mkfastq/simple1/* test_data/simple1/
......@@ -16,7 +16,7 @@ astrocyte_check:
stage: astrocyte
script:
- module unload nextflow
- module load astrocyte/0.4.0
- module load astrocyte/0.4.1rc
- astrocyte_cli check .
artifacts:
expire_in: 2 days
......@@ -29,7 +29,7 @@ simple_astrocyte:
stage: astrocyte
script:
- module unload nextflow
- module load astrocyte/0.4.0
- module load astrocyte/0.4.1rc
- cd ..
- astrocyte_cli run $CI_JOB_ID --param=ci,true --param=astrocyte,true
artifacts:
......
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