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
a25480f0
There was a problem fetching the latest pipeline status.
Commit
a25480f0
authored
6 years ago
by
Brandi Cantarel
Browse files
Options
Downloads
Patches
Plain Diff
add support mouse
parent
f1e9fed0
No related merge requests found
Pipeline
#1688
failed with stage
in 4 hours, 7 minutes, and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workflow/main.nf
+2
-2
2 additions, 2 deletions
workflow/main.nf
workflow/process_scripts
+1
-1
1 addition, 1 deletion
workflow/process_scripts
with
3 additions
and
3 deletions
workflow/main.nf
+
2
−
2
View file @
a25480f0
...
...
@@ -64,7 +64,7 @@ else {
spltnames
.splitCsv()
.filter { fileMap.get(it[1]) != null }
.map { it -> tuple(it[0], fileMap.get(it[1]),
fileMap.get(it[1])
) }
.map { it -> tuple(it[0], fileMap.get(it[1]),
''
) }
.set { read }
}
if( ! read ) { error "Didn't match any input files with entries in the design file" }
...
...
@@ -232,7 +232,7 @@ process gatkbam {
output:
set file("${pair_id}.final.bam"),file("${pair_id}.final.bai") into gatkbam
when:
params.align == 'hisat'
params.align == 'hisat'
&& $index_path == '/project/shared/bicf_workflow_ref/GRCh38/'
script:
"""
bash $baseDir/process_scripts/variants/gatkrunner.sh -a gatkbam_rna -b $rbam -r ${index_path}/hisat_index -p $pair_id
...
...
This diff is collapsed.
Click to expand it.
process_scripts
@
012a37c5
Compare
b6d2f689
...
012a37c5
Subproject commit
b6d2f6898ecc1890b4df305e9505bdaa5eace4a6
Subproject commit
012a37c5f66ad4c20312642904416c4c493fa75e
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