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
d1beea79
There was a problem fetching the pipeline stages.
Commit
d1beea79
authored
7 years ago
by
Brandi Cantarel
Browse files
Options
Downloads
Patches
Plain Diff
update config
parent
863e86e3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#1669
failed with stage
in 16 hours and 40 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nextflow.config
+6
-1
6 additions, 1 deletion
nextflow.config
workflow/main.nf
+1
-1
1 addition, 1 deletion
workflow/main.nf
with
7 additions
and
2 deletions
nextflow.config
+
6
−
1
View file @
d1beea79
process
.
executor
=
'slurm'
process
.
queue
=
'super'
process
.
clusterOptions
=
'--hold'
\ No newline at end of file
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
.
enable
=
true
report
.
file
=
'report.html'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
workflow/main.nf
+
1
−
1
View file @
d1beea79
...
...
@@ -227,7 +227,7 @@ process gatkbam {
publishDir "$params.output", mode: 'copy'
input:
set
subjid,
pair_id, file(rbam) from deduped2
set pair_id, file(rbam) from deduped2
output:
set file("${pair_id}.final.bam"),file("${pair_id}.final.bai") into gatkbam
...
...
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