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

fix typo for kmerclust_plot entry

parent 36fb5d2c
No related branches found
No related tags found
No related merge requests found
......@@ -34,5 +34,5 @@ workflow {
KMERCLUST_LOAD(COLLATEKMER.out.csv, params_csv.collect())
KMERCLUST(Channel.of(1..params.bootstrap).combine(KMERCLUST_LOAD.out.rdata))
KMERCLUST_MERGE(KMERCLUST.out.rdata.map{it -> [it[1], it[2]]}.groupTuple())
KMERCLUST_PLOT(KMERCLUST.out.rdata)
KMERCLUST_PLOT(KMERCLUST_MERGE.out.rdata)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment