NucleoATAC icon indicating copy to clipboard operation
NucleoATAC copied to clipboard

Python 3 compatibility

Open AliciaSchep opened this issue 3 years ago • 1 comments

Based on #95 but with a few small fixes, updated setup.py, and an added test case.

AliciaSchep avatar Dec 20 '20 03:12 AliciaSchep

FWIW, I tried the py3 branch out on my data and it seems to work well. I didn't run the python 2 version to compare though.

The only thing I had to change was to add an extra import statement in bin/nucleoatac:

from multiprocessing import freeze_support

liz-is avatar Aug 17 '21 07:08 liz-is