Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
rnaseq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BICF
Astrocyte
rnaseq
Commits
87256997
Commit
87256997
authored
Mar 15, 2018
by
Brandi Cantarel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab update
parent
1d13db11
Pipeline
#1664
failed with stage
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
87256997
...
...
@@ -7,6 +7,7 @@ variables:
before_script
:
-
module load nextflow/0.27.6
-
ln -s /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq test_data
stages
:
-
integration
...
...
@@ -14,13 +15,13 @@ stages:
test_human
:
stage
:
integration
script
:
-
nextflow run workflow/main.nf --design
test_data/design.rnaseq.txt --input test_data
--output human_output
-
nextflow run workflow/main.nf --design
/project/shared/bicf_workflow_ref/workflow_testdata/rnaseq/design.rnaseq.txt --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq
--output human_output
artifacts
:
expire_in
:
2 days
test_mouse
:
stage
:
integration
script
:
-
nextflow run workflow/main.nf --input
test_data --design test_
data/mouse_se.design.txt --pairs se --fusion skip --genome /project/shared/bicf_workflow_ref/GRCm38 --markdups
null
--output mouse_output
-
nextflow run workflow/main.nf --input
/project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --design /project/shared/bicf_workflow_ref/workflow_test
data/mouse_se.design.txt --pairs se --fusion skip --genome /project/shared/bicf_workflow_ref/GRCm38 --markdups
null
--output mouse_output
artifacts
:
expire_in
:
2 days
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment