Patrulk
Results
2
comments of
Patrulk
Hi, Make sure you are editing the correct adapters.py. Depending on your installation Porechop might have installed in and use the one present in the python-dist directory. "/usr/local/lib/python3.5/dist-packages/porechop/adapters.py" I see...
To get the path of an installed package you can run: python -c "import porechop as pore; print(pore.__path__)" Depending on your system you might need to check which python was...