You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing the following error for a somatic_wgs run:
2022-11-20 11:58:36,779 cromwell-system-akka.dispatchers.engine-dispatcher-5918 INFO - WorkflowManagerActor Workflow e1ad4b27-9f38-403d-adc6-a5ddd6112f9a failed (during ExecutingWorkflowState): Job filter_vcf_depth:NA:1 e
xited with return code 1 which has not been declared as a valid return code. See 'continueOnReturnCode' runtime attribute for more details.
Check the content of stderr for potential additional information: /storage1/fs1/christophermaher/Active/maherlab/tmp/1360_PA_A/cwlruns/cromwell-executions/somatic_wgs.cwl/e1ad4b27-9f38-403d-adc6-a5ddd6112f9a/call-detect_va
riants/detect_variants_wgs.cwl/c5e1d716-8028-4fb4-b2e8-9c3ec6b8b7cc/call-filter_vcf/filter_vcf.cwl/bd37d80f-cd19-4717-845a-8b7df39e9378/call-filter_vcf_depth/execution/stderr.
[First 300 bytes]:Traceback (most recent call last):
File "/usr/bin/depth_filter.py", line 105, in <module>
main()
File "/usr/bin/depth_filter.py", line 93, in main
elif(depth < args.minimum_depth):
TypeError: '<' not supported between instances of 'NoneType' and 'int'
Traceback (most recent call last):
2022-11-20 11:58:36,821 cromwell-system-akka.dispatchers.engine-dispatcher-5918 INFO - WorkflowManagerActor WorkflowActor-e1ad4b27-9f38-403d-adc6-a5ddd6112f9a is in a terminal state: WorkflowFailedState
Looks like the tumor and normal sample names used didn't match the sample names in the tumor and normal input bams. When the detect variants subworkflow merged the VCF outputs from the multiple variant callers the results for the normal sample in the VCF file was split across two sample names and caused some variants to have no value the normal sample column that was being filtered.
Hey Guys,
I'm seeing the following error for a somatic_wgs run:
Execution appeared to stop at this variant
I see the Depth field does have a depth with an integer, so i'm a bit confused why execution would stop here, do you guys see something i'm not?
tagging @chrisamiller and @johnegarza
The text was updated successfully, but these errors were encountered: