Skip to content

Commit a8c7f5f

Browse files
committed
update deseq2 image, nextflow version
1 parent 903f8a0 commit a8c7f5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RNAseq/Workflow_Documentation/NF_RCP/workflow_code/conf/by_docker_image.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ process {
2121

2222
withName: 'QUANTIFY_STAR_GENES|QUANTIFY_RSEM_GENES|DGE_DESEQ2|ADD_GENE_ANNOTATIONS|EXTEND_DGE_TABLE' {
2323
// 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"
2525
}
2626

2727
withName: 'FASTQC' {

RNAseq/Workflow_Documentation/NF_RCP/workflow_code/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ manifest {
146146
homePage = 'https://github.com/nasa/GeneLab_Data_Processing/tree/master/RNAseq'
147147
description = 'RNA-Seq Pipeline for Documents GL-DPPD-7101-G and GL-DPPD-7115.'
148148
mainScript = 'main.nf'
149-
nextflowVersion = '!>=24.04.4'
149+
nextflowVersion = '!>=24.10.4'
150150
version = '2.0.0'
151151
}

RNAseq/Workflow_Documentation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ GeneLab has wrapped each step of the pipeline into a workflow with validation an
88

99
|Pipeline Version|Current Workflow Version (for respective pipeline version)|Nextflow Version|
1010
|:---------------|:---------------------------------------------------------|:---------------|
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|
1313
|[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|
1414

1515
*Current GeneLab Pipeline/Workflow Implementation

0 commit comments

Comments
 (0)