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

Mise à jour de CQ bam

parent 83d4a114
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,6 @@ workflow {
concatenate(tuple_sample)
}
control_basecalling(basecall_fast5_gpu.out.sequencing_summary)
control_bam(basecall_fast5_gpu.out.sequencing_summary.collect(), sort_index_bam.out.indexed_bam)
}
else {
......@@ -278,7 +277,7 @@ workflow {
hbv_genome(cut_5pRACE.out.fastq_cutadapt, genome.collect())
sort_index_bam(hbv_genome.out.bam)
//il faut ajouter une boucle if pour le mode cpu/gpu
//control_bam(ss.collect(), sort_index_bam.out.indexed_bam)
control_bam(basecall_fast5_gpu.out.sequencing_summary.collect(), sort_index_bam.out.indexed_bam)
//###################### START POSITIONS #######################
......
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