You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Hi
I installed WUB from conda but none of the tools are working and throwing me an error as some libraries have been removed from bioconda. is it possible that you could update it?
conda 4.10.0
python 3.7.7
OS centOS 7
bam_alignment_qc.py -h
Traceback (most recent call last):
File "/stornext/snfs5/next-gen/scratch/rupesh/Apps/envs/wub/bin/bam_alignment_qc.py", line 16, in <module>
from wub.bam import stats as bam_stats
File "/stornext/snfs5/next-gen/scratch/rupesh/Apps/envs/wub/lib/python3.7/site-packages/wub/bam/stats.py", line 11, in <module>
from wub.util import seq as seq_util
File "/stornext/snfs5/next-gen/scratch/rupesh/Apps/envs/wub/lib/python3.7/site-packages/wub/util/seq.py", line 9, in <module>
from Bio.Alphabet.IUPAC import IUPACUnambiguousDNA, IUPACAmbiguousDNA, IUPACUnambiguousRNA
File "/stornext/snfs5/next-gen/scratch/rupesh/Apps/envs/wub/lib/python3.7/site-packages/Bio/Alphabet/__init__.py", line 21, in <module>
"Bio.Alphabet has been removed from Biopython. In many cases, the alphabet can simply be ignored and removed from scripts. In a few cases, you may need to specify the ``molecule_type`` as an annotation on a SeqRecord for your script to work correctly. Please see https://biopython.org/wiki/Alphabet for more information."
ImportError: Bio.Alphabet has been removed from Biopython. In many cases, the alphabet can simply be ignored and removed from scripts. In a few cases, you may need to specify the ``molecule_type`` as an annotation on a SeqRecord for your script to work correctly. Please see https://biopython.org/wiki/Alphabet for more information.
Hi
I installed WUB from conda but none of the tools are working and throwing me an error as some libraries have been removed from bioconda. is it possible that you could update it?
conda 4.10.0
python 3.7.7
OS centOS 7