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 able to execute the hitad for yeast data without any issues.
However, the domaincaller returns the following error, ValueError: operands could not be broadcast together with shapes (1153,) (2304,)
I'm assuming this is similar to the #16 issue and domaincaller
does not have an option to include chromosomes smaller than
2MB (all yeast chromosomes are less than 2MB).
Is there any way out of this? Or should I use the "0 level" TADs
from hitad output?
Many thanks,
Jeff
The text was updated successfully, but these errors were encountered:
Hi,
I'm able to execute the hitad for yeast data without any issues.
However, the domaincaller returns the following error,
ValueError: operands could not be broadcast together with shapes (1153,) (2304,)
I'm assuming this is similar to the #16 issue and domaincaller
does not have an option to include chromosomes smaller than
2MB (all yeast chromosomes are less than 2MB).
Is there any way out of this? Or should I use the "0 level" TADs
from hitad output?
Many thanks,
Jeff
The text was updated successfully, but these errors were encountered: