File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
RNAseq/Workflow_Documentation Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ process {
21
21
22
22
withName: 'QUANTIFY_STAR_GENES|QUANTIFY_RSEM_GENES|DGE_DESEQ2|ADD_GENE_ANNOTATIONS|EXTEND_DGE_TABLE' {
23
23
// This image includes a collection of R libraries that support all R scripts in the workflow
24
- container = "quay.io/torres-alexis/gl_images:DESeq2_1 .0.9 "
24
+ container = "quay.io/nasa_genelab/gl-rnaseq:1 .0.0 "
25
25
}
26
26
27
27
withName: 'FASTQC' {
Original file line number Diff line number Diff line change @@ -146,6 +146,6 @@ manifest {
146
146
homePage = ' https://github.com/nasa/GeneLab_Data_Processing/tree/master/RNAseq'
147
147
description = ' RNA-Seq Pipeline for Documents GL-DPPD-7101-G and GL-DPPD-7115.'
148
148
mainScript = ' main.nf'
149
- nextflowVersion = ' !>=24.04 .4'
149
+ nextflowVersion = ' !>=24.10 .4'
150
150
version = ' 2.0.0'
151
151
}
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ GeneLab has wrapped each step of the pipeline into a workflow with validation an
8
8
9
9
| Pipeline Version| Current Workflow Version (for respective pipeline version)| Nextflow Version|
10
10
| :---------------| :---------------------------------------------------------| :---------------|
11
- | * [ GL-DPPD-7101-G.md] ( ../Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-G.md ) | [ NF_RCP-G_2.0.0] ( NF_RCP ) | 24.10.3 |
12
- | * [ GL-DPPD-7115.md] ( ../Pipeline_GL-DPPD-7115_Versions/GL-DPPD-7115.md ) | [ NF_RCP-G_2.0.0] ( NF_RCP ) | 24.10.3 |
11
+ | * [ GL-DPPD-7101-G.md] ( ../Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-G.md ) | [ NF_RCP-G_2.0.0] ( NF_RCP ) | 24.10.4 |
12
+ | * [ GL-DPPD-7115.md] ( ../Pipeline_GL-DPPD-7115_Versions/GL-DPPD-7115.md ) | [ NF_RCP-G_2.0.0] ( NF_RCP ) | 24.10.4 |
13
13
| [ GL-DPPD-7101-F.md] ( ../Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-F.md ) | [ NF_RCP-F_1.0.4] ( https://github.com/nasa/GeneLab_Data_Processing/tree/NF_RCP-F_1.0.4/RNAseq/Workflow_Documentation/NF_RCP-F ) | 22.10.1|
14
14
15
15
* Current GeneLab Pipeline/Workflow Implementation
You can’t perform that action at this time.
0 commit comments