Replies: 3 comments
-
There's something wrong with your pipeline script. In the workflow block you call |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply Sir, |
Beta Was this translation helpful? Give feedback.
-
hi, but if i am not using the collect operator then : Earlier i was getting the same error but your team suggested to use collect operator and then it was working fine but now its not working as i am running the more processes after this process as a part of pipeline.I think the problem is with collect() operator. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am running gatk based workflow using nextflow.I have attached the screenshot of running pipeline. It is working fine till panelnormalsone process but skipped the GenomicsDBcreation process and jumps to next process (tumorsamplenamerun).
I have attached the part of the script below.
gatk-based-script.txt
[0b/0a2657] process > trimming 10 of 10, cached: 10 ✔
[63/45ed0f] process > BWAMEM (6) [100%] 10 of 10, cached: 10 ✔
[26/6b75ca] process > gatkrun (10) [ 70%] 7 of 10, cached: 7
[93/333915] process > normalsamplenamerun (1) [100%] 5 of 5, cached: 5
[cc/f08592] process > panelnormalsone (1) [100%] 5 of 5, cached: 5
[- ] process > GenomicsDBcreation -
[fe/bf520d] process > tumorsamplenamerun (2) [ 0%] 0 of 2
Please let me know how can i resolve this problem
Beta Was this translation helpful? Give feedback.
All reactions