Skip to content

Commit

Permalink
Updates to differentialabundance modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Feb 13, 2025
1 parent 9de6d9e commit a64289e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 18 deletions.
5 changes: 0 additions & 5 deletions modules/nf-core/custom/tabulartogseacls/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ channels:
- bioconda
dependencies:
- conda-forge::coreutils=9.5
- conda-forge::grep=3.11
- conda-forge::gzip=1.13
- conda-forge::lbzip2=2.5
- conda-forge::sed=4.8
- conda-forge::tar=1.34
5 changes: 0 additions & 5 deletions modules/nf-core/custom/tabulartogseagct/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ channels:
- bioconda
dependencies:
- conda-forge::coreutils=9.5
- conda-forge::grep=3.11
- conda-forge::gzip=1.13
- conda-forge::lbzip2=2.5
- conda-forge::sed=4.8
- conda-forge::tar=1.34
1 change: 0 additions & 1 deletion modules/nf-core/gprofiler2/gost/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ process GPROFILER2_GOST {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
r-base: \$(echo \$(R --version 2>&1) | sed 's/^.*R version //; s/ .*\$//')
r-ggplot2: \$(Rscript -e "library(ggplot2); cat(as.character(packageVersion('ggplot2')))")
r-gprofiler2: \$(Rscript -e "library(gprofiler2); cat(as.character(packageVersion('gprofiler2')))")
END_VERSIONS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ ggplot2.version <- as.character(packageVersion('ggplot2'))
writeLines(
c(
'"$task.process":',
paste(' r-base:', r.version),
paste(' r-ggplot2:', ggplot2.version),
paste(' r-gprofiler2:', gprofiler2.version)
),
Expand Down
12 changes: 6 additions & 6 deletions modules/nf-core/gprofiler2/gost/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"R_sessionInfo.log"
],
[
"versions.yml:md5,7ff4ab78463faf97bba7e698ed9a9069"
"versions.yml:md5,1126f61c24d10b3d9e767aa0240b6178"
],
[
"Condition_genotype_WT_KO.gprofiler2.gostplot.html"
Expand All @@ -67,7 +67,7 @@
"nf-test": "0.9.2",
"nextflow": "24.10.4"
},
"timestamp": "2025-02-07T15:34:05.718473191"
"timestamp": "2025-02-13T15:30:11.459755332"
},
"stub": {
"content": [
Expand Down Expand Up @@ -169,7 +169,7 @@
]
],
"8": [
"versions.yml:md5,7ff4ab78463faf97bba7e698ed9a9069"
"versions.yml:md5,1126f61c24d10b3d9e767aa0240b6178"
],
"all_enrich": [
[
Expand Down Expand Up @@ -268,14 +268,14 @@
]
],
"versions": [
"versions.yml:md5,7ff4ab78463faf97bba7e698ed9a9069"
"versions.yml:md5,1126f61c24d10b3d9e767aa0240b6178"
]
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.3"
"nextflow": "24.10.4"
},
"timestamp": "2025-01-21T11:31:33.394855046"
"timestamp": "2025-02-13T15:30:19.733789446"
}
}

0 comments on commit a64289e

Please sign in to comment.