Skip to content

Commit

Permalink
Update modules/VolcanoPlot.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Sturm <[email protected]>
  • Loading branch information
vjmarteau and grst authored Jan 31, 2022
1 parent d91e2b9 commit a017918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/VolcanoPlot.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mode = params.publish_dir_mode

process VolcanoPlot {
//Packages dependencies
conda "conda-forge::r-base=4.1.2 conda-forge::r-docopt=0.7.1 conda-forge::r-conflicted=1.1.0 conda-forge::r-readr=2.1.1 conda-forge::dplyr=1.0.7 bioconda::bioconductor-enhancedvolcano=1.12.0"
conda "conda-forge::r-base=4.1.2 conda-forge::r-docopt=0.7.1 conda-forge::r-conflicted=1.1.0 conda-forge::r-readr=2.1.1 conda-forge::dplyr=1.0.7 bioconda::bioconductor-enhancedvolcano=1.12.0"
publishDir "${out_dir}", mode: "$mode"

input:
Expand Down

0 comments on commit a017918

Please sign in to comment.