I tied to install genometools with anaconda:
conda install -c bioconda genometools
Though, after running that successfully the command gt is not available in my conda environment.
The program 'gt' is currently not installed. You can install it by typing: sudo apt install genometools
While conda tells me the program is installed. Are there multiple packages called genometools? What is the difference and can I install the package providing gt with anaconda at all? There is also a package called genometools-genometools, but it only has two downloads. So, I am not sure that is what I need.