METRO was written with ray on python 3.5. That is no longer available and current versions (3.8,3.9,3.10) are all failing. METRO needs to be written in a workflow, so not worth the time to troubleshoot now. Quick patch will remove the invocation of ray and run each allele separately.
Problem
METRO was written with
ray
onpython 3.5
. That is no longer available and current versions (3.8,3.9,3.10) are all failing. METRO needs to be written in a workflow, so not worth the time to troubleshoot now. Quick patch will remove the invocation ofray
and run each allele separately.