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
pepatac/tools/bamQC.py -i pepatac_test/nn1/aligned_mm10/nn1_sort.bam -c 1 -o pepatac_test/nn1/QC_mm10/nn1_bamQC.tsv (56981)
pepatac/tools/bamQC.py -i pepatac_test/nn1/aligned_mm10/nn1_sort.bam -c 1 -o pepatac_test/nn1/QC_mm10/nn1_bamQC.tsv
Traceback (most recent call last): File "pepatac/tools/bamQC.py", line 16, in import pararead ImportError: No module named pararead
pip install pararead Requirement already satisfied: pararead in /opt/homebrew/lib/python3.9/site-packages (0.7.0) Requirement already satisfied: pysam in /opt/homebrew/lib/python3.9/site-packages (from pararead) (0.19.1) Requirement already satisfied: ubiquerg in /opt/homebrew/lib/python3.9/site-packages (from pararead) (0.6.2)
The text was updated successfully, but these errors were encountered:
seems like a python version mismatch. look at the output of /usr/bin/env python -- is your default pip aligned with your default python?
/usr/bin/env python
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: