Entering edit mode
7.0 years ago
teresayahu
•
0
Hi,
I am using script remove_mapping_reads.py from EBV portal https://ebv.wistar.upenn.edu/tools.html. In running the script there is an error:
Traceback (most recent call last): File "remove_mapping_reads.py", line 4, in <module> import sys, os, bisect, time, pysam, aln, gzip ModuleNotFoundError: No module named 'aln'
I googled how to install python module 'aln' but seems could not find it. May I ask how could I instal the module 'aln'?
Thank you,
Ya
looks like its a customized module you should ask the author where to download this module