Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
rnaseq
Commits
a25480f0
Commit
a25480f0
authored
Mar 26, 2018
by
Brandi Cantarel
Browse files
add support mouse
parent
f1e9fed0
Pipeline
#1688
failed with stage
in 247 minutes and 6 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
workflow/main.nf
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
...
...
process_scripts
@
012a37c5
Compare
b6d2f689
...
012a37c5
Subproject commit
b6d2f6898ecc1890b4df305e9505bdaa5eace4a6
Subproject commit
012a37c5f66ad4c20312642904416c4c493fa75e
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