Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_count
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
cellranger_count
Commits
8a82e474
Commit
8a82e474
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
3952384b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!53
Develop
Pipeline
#3725
passed with stages
in 23 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+30
-2
30 additions, 2 deletions
.gitlab-ci.yml
with
30 additions
and
2 deletions
.gitlab-ci.yml
+
30
−
2
View file @
8a82e474
...
...
@@ -17,16 +17,28 @@ stages:
astrocyte_check
:
stage
:
astrocyte
script
:
-
astrocyte_cli check ../cellranger_count
-
astrocyte_cli check ../cellranger_count
artifacts
:
expire_in
:
2 days
retry
:
max
:
2
when
:
-
always
run_hu.cr3v2ref3.0.0
:
stage
:
simple
script
:
-
nextflow run workflow/main.nf --fastq "$CI_PROJECT_DIR/test_data/hu.v2s1r500/*.fastq.gz" --designFile "$CI_PROJECT_DIR/test_data/hu.v2s1r500/design.csv" --genome 'GRCh38-3.0.0' --kitVersion 'two' --version '3.0.2'
artifacts
:
name
:
"
$CI_JOB_NAME"
when
:
always
paths
:
-
binaries/
expire_in
:
2 days
retry
:
max
:
2
when
:
-
always
run_mu.cr2v2ref1.2.0
:
stage
:
detailed
...
...
@@ -35,7 +47,15 @@ run_mu.cr2v2ref1.2.0:
script
:
-
nextflow run workflow/main.nf --fastq "$CI_PROJECT_DIR/test_data/mu.v2s2r10k/*.fastq.gz" --designFile "$CI_PROJECT_DIR/test_data/mu.v2s2r10k/design.csv" --genome 'mm10-1.2.0' --kitVersion 'auto' --version '2.1.1'
artifacts
:
name
:
"
$CI_JOB_NAME"
when
:
always
paths
:
-
binaries/
expire_in
:
2 days
retry
:
max
:
2
when
:
-
always
run_hu.cr3v3ref3.0.0
:
stage
:
detailed
...
...
@@ -44,4 +64,12 @@ run_hu.cr3v3ref3.0.0:
script
:
-
nextflow run workflow/main.nf --fastq "$CI_PROJECT_DIR/test_data/hu.v3s2r10k/*.fastq.gz" --designFile "$CI_PROJECT_DIR/test_data/hu.v3s2r10k/design.csv" --genome 'GRCh38-3.0.0' --kitVersion 'auto' --version '3.0.2'
artifacts
:
expire_in
:
2 days
\ No newline at end of file
name
:
"
$CI_JOB_NAME"
when
:
always
paths
:
-
binaries/
expire_in
:
2 days
retry
:
max
:
2
when
:
-
always
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment