HaplotypeCaller Process Only Processes One File #5733
Replies: 2 comments
-
Just a guess, but you might need the genome reference channels to be value channels. Try adding a |
Beta Was this translation helpful? Give feedback.
-
Even added that he still has the same problem. // Create channels for reference files |
Beta Was this translation helpful? Give feedback.
-
Hi, I’ve created this pipeline for detecting SNPs.
Important
The pipeline works correctly for the majority of the processes (such as Bowtie2, SAMtoBAM, AddReadGroup, etc.), but when it reaches the HaplotypeCaller process, it only processes one file and does not proceed with the others. The HaplotypeCaller seems to stop after handling one sample (SRR4420293), and the subsequent samples (SRR4420294 and others) are not processed.
Results:
Launching pipeline.nf [loving_bhabha] DSL2 - revision: b0f6a0cd2c Connection to 3.77.126.214 closed. executor > local (15) DELL Precision@DESKTOP-PH6B8O3 MINGW64 /c/Perso/VM [100%] 2 of 2 ✔
$ e/324cd2] process > Bowtie2 (SRR4420294) [100%] 2 of 2 ✔
[c8/b8c876] process > SAMtoBAM (SRR4420294) [100%] 2 of 2 ✔
[f2/9ca3d0] process > AddReadGroup (SRR4420294) [100%] 2 of 2 ✔
[26/5e0941] process > HaplotypeCaller (SRR4420293) [100%] 1 of 1 ✔
[36/71db6d] process > SelectVariants (SRR4420293) [100%] 1 of 1 ✔
[cb/b190eb] process > VariantFiltration (SRR4420293) [100%] 1 of 1 ✔
[c6/e05d44] process > ExcludeFilteredVariants (SRR4420293) [100%] 1 of 1 ✔
[e6/b38f1d] process > VariantAnnotator (SRR4420293) [100%] 1 of 1 ✔
[0f/c3c7c8] process > FilterSNPs (SRR4420293) [100%] 1 of 1 ✔
[41/b84233] process > ConvertToPlink (SRR4420293) [100%] 1 of 1 ✔
Completed at: 29-Jan-2025 15:27:28
Duration : 1h 10m 17s
CPU hours : 2.3
Succeeded : 15
Beta Was this translation helpful? Give feedback.
All reactions