Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

WUB is no longer working... #9

@unique379r

Description

@unique379r

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions