Ramiro

Results 3 comments of Ramiro

I am trying to fix this, but I am stuck on this line: `def gzip = reads.getName().endsWith(".gz") ? "--readFilesCommand zcat" : ''` Nextflow stdout: │ │ │ │ ERROR ~...

> @ramirobarrantes could you link me to your updates to the module? I'm struggling without the rest of the module to know why that line is throwing an error 😅...

Got it! As easy as not using the install2.r but rather good old fashioned install.packages()!!! ``` # Base R image FROM rocker/rstudio:4.4 MAINTAINER Ramiro Barrantes RUN install2.r -e rmarkdown ggplot2...