We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great work on the tool and the visualizations! Python 3.7 has reached end of life this year. Also conda has also recently depreciated python 3.7. https://conda-forge.org/docs/user/announcements.html
With the current recommended installation method being: conda create -n pygenometracks -c bioconda -c conda-forge pygenometracks python=3.7
conda create -n pygenometracks -c bioconda -c conda-forge pygenometracks python=3.7
Are there any hopes to support newer versions of python? Thanks!
The text was updated successfully, but these errors were encountered:
Given our CI, Python 3.8 and 3.9 is supported too: https://github.com/deeptools/pyGenomeTracks/blob/master/azure-pipelines.yml
Sorry, something went wrong.
Indeed, sorry, the documentation is a bit behind but pygenometracks works with all python versions supported by bioconda.
No branches or pull requests
Great work on the tool and the visualizations!
Python 3.7 has reached end of life this year. Also conda has also recently depreciated python 3.7.
https://conda-forge.org/docs/user/announcements.html
With the current recommended installation method being:
conda create -n pygenometracks -c bioconda -c conda-forge pygenometracks python=3.7
Are there any hopes to support newer versions of python? Thanks!
The text was updated successfully, but these errors were encountered: