For those interested in running a subset of these scripts, you may want to mention in the README that pbcore (as a minimum) needs to be installed to the conda environment.
conda install -c bioconda pbcore
I also tried doing it this way
python -m pip install git+git://github.com/PacificBiosciences/pbcore.git
but it produced an error due to Python versions, it somehow wanted Python 3.7 for this but could be just the way I have set up my pip.
For those interested in running a subset of these scripts, you may want to mention in the README that pbcore (as a minimum) needs to be installed to the conda environment.
conda install -c bioconda pbcore
I also tried doing it this way
python -m pip install git+git://github.com/PacificBiosciences/pbcore.git
but it produced an error due to Python versions, it somehow wanted Python 3.7 for this but could be just the way I have set up my pip.