Skip to content
Snippets Groups Projects
Commit f7570623 authored by aliarifki's avatar aliarifki Committed by Xavier Grand
Browse files

Suppression du channel pass en mode gpu

parent 291f4f6c
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ workflow {
if(params.gpu_mode) {
basecall_fast5_gpu(input)
if(params.kit_barcoding != ""){
barcoding_gpu(pass)
barcoding_gpu(basecall_fast5_gpu.out.pass)
barcoding_gpu.out.barcodes
.flatten()
.map{it -> [it.name, it]}
......@@ -248,9 +248,9 @@ workflow {
concatenate(tuples_barcode)
}
else{
concatenate(pass)
concatenate(basecall_fast5_gpu.out.pass)
}
//control_basecalling(basecall_fast5_gpu.out.sequencing_summary)
control_basecalling(basecall_fast5_gpu.out.sequencing_summary)
}
else {
basecall_fast5_cpu(input)
......
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