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

switch back to fastkmers

parent 0cd35a4b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ nextflow.enable.dsl=2
Testing pipeline for marseq scRNASeq analysis
*/
include { KMC } from "./modules/kmc.nf"
include { FASTKMERS } from "./modules/fastkmers"
Channel.fromPath( file(params.csv) )
......@@ -18,5 +18,5 @@ Channel.fromPath( file(params.csv) )
.set{ fastq }
workflow {
KMC(fastq.r1.mix(fastq.r2))
FASTKMERS(fastq.r1.mix(fastq.r2).splitFastq( by: 1000000, compress: true, file: true ))
}
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