Hi,
I've been using straw to load in hic data for awhile but recently updated and can't seem to get things to work without an error. Whenever I try to invoke the straw.straw() function, I get the error:
straw(): incompatible function arguments. The following argument types are supported:
1. (arg0: str, arg1: str, arg2: str, arg3: str, arg4: str, arg5: str, arg6: int) -> List[contactRecord]
Invoked with: 'NONE', 'HIC001.hic', 'X', 'X', 'BP', 1000000
I've attached some screenshots, in case they help.
It seems as though the usage has changed recently and the pure python version is deprecated, but I'm seeing several different things on the documentation. Is there something I need to do differently to get past this error?
Thanks,
Soren Kyhl