Closed mmtrebuchet closed 4 years ago
On line 550 of cli/modisco.py (commit db8908), there's a check for the output file name's suffix. I get an error that posix_path doesn't have a .endswith method. Can you confirm that output_file is the expected type here?
I think I fixed the issue. Try to re-run with the most recent branch. Feel free to re-open if the issue still persists.
On line 550 of cli/modisco.py (commit db8908), there's a check for the output file name's suffix. I get an error that posix_path doesn't have a .endswith method. Can you confirm that output_file is the expected type here?