Skip to content
Snippets Groups Projects
Commit 8aafb7ae authored by aliarifki's avatar aliarifki
Browse files

Mise à jour du script

parent 29e4d5b9
No related branches found
No related tags found
No related merge requests found
......@@ -223,9 +223,9 @@ workflow {
//il reste à adapter ça
else { // we take fast5 files as input and proceed to basecalling with guppy
if(params.gpu_mode) {
//basecall_fast5_gpu(input)
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]}
......@@ -233,7 +233,7 @@ workflow {
concatenate(tuples_barcode)
}
else{
pass
basecall_fast5_gpu.out.pass
.map{it -> ["Sample", it]}
.set{tuple_sample}
concatenate(tuple_sample)
......
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