Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rnaseq
Manage
Activity
Members
Labels
Plan
Issues
8
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
rnaseq
Commits
f1e9fed0
There was a problem fetching the pipeline stages.
Commit
f1e9fed0
authored
7 years ago
by
Brandi Cantarel
Browse files
Options
Downloads
Patches
Plain Diff
update ci
parent
c997ca38
No related merge requests found
Pipeline
#1675
failed with stage
in 2 hours, 44 minutes, and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
nextflow.config
+0
-2
0 additions, 2 deletions
nextflow.config
with
2 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
f1e9fed0
...
...
@@ -15,13 +15,13 @@ stages:
test_human
:
stage
:
integration
script
:
-
nextflow run -with-report human_report.html 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
-
nextflow run
-with-dag flowchart.png -with-timeline human_timeline.html
-with-report human_report.html 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 -with-report mouse_report.html workflow/main.nf --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --design /project/shared/bicf_workflow_ref/workflow_testdata/mouse_se.design.txt --pairs se --fusion skip --genome /project/shared/bicf_workflow_ref/GRCm38 --markdups
null
--output mouse_output
-
nextflow run
-with-dag flowchart.png -with-timeline mouse_timeline.html
-with-report mouse_report.html workflow/main.nf --input /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq --design /project/shared/bicf_workflow_ref/workflow_testdata/
rnaseq/
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
This diff is collapsed.
Click to expand it.
nextflow.config
+
0
−
2
View file @
f1e9fed0
...
...
@@ -4,5 +4,3 @@ process.clusterOptions = '--hold'
trace
.
enabled
=
true
trace
.
file
=
'pipeline_trace.txt'
trace
.
field
=
'task_id,native_id,process,name,status,exit,submit,start,complete,duration,realtime'
report
.
enabled
=
true
report
.
file
=
'report.html'
\ 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