Skip to content
Snippets Groups Projects
Verified Commit feb68e2c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kmerclust.nf: fix typo and change label of kmerclust_clust

parent e9012584
No related branches found
No related tags found
No related merge requests found
options(tidyverse.quiet = TRUE) suppressPackageStartupMessages(library(tidyverse))
library(kmerclust)
library(tidyverse) library(tidyverse)
args <- commandArgs(trailingOnly = TRUE) args <- commandArgs(trailingOnly = TRUE)
print(args) print(args)
......
options(tidyverse.quiet = TRUE)
library(kmerclust) library(kmerclust)
library(tidyverse) suppressPackageStartupMessages(library(tidyverse))
library(ggplot2) library(ggplot2)
args <- commandArgs(trailingOnly = TRUE) args <- commandArgs(trailingOnly = TRUE)
......
...@@ -53,7 +53,7 @@ process KMERCLUST_BOOT { ...@@ -53,7 +53,7 @@ process KMERCLUST_BOOT {
process KMERCLUST_CLUST { process KMERCLUST_CLUST {
tag "$specie" tag "$specie"
label 'small_mem_mono_cpus' label 'big_mem_mono_cpus'
container "lbmc/kmerclust:0.1.1" container "lbmc/kmerclust:0.1.1"
publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy' publishDir "results/${params.kmer_size}/${specie}/", mode: 'copy'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment