For those who don't have admin privileges and avoid apt-get, you should be able to use conda to manage the install of the biocode dependencies. You can use the following commands...
# create a new conda environment named 'misc3' with needed dependencies and install biocode
conda create -n misc3 -c conda-forge python==3.6.8 pip zlib libblas liblapack libxml2
conda activate misc3
pip install biocode
I haven't fully tested my install but have used several of the gff scripts and it all seems to work fine.
Assuming this installation method actually works (I don't see why it wouldn't) it may be worth adding these commands to the biocode README
For those who don't have admin privileges and avoid apt-get, you should be able to use conda to manage the install of the biocode dependencies. You can use the following commands...
I haven't fully tested my install but have used several of the gff scripts and it all seems to work fine.
Assuming this installation method actually works (I don't see why it wouldn't) it may be worth adding these commands to the biocode README