Skip to content

ImportError: cannot import name _UnsymmetricPairAlignment #55

Description

@aishsk87

I have following versions of Python 2 and 3 respectively,
Python 2.7.18 :: Anaconda, Inc.
Python 3.8.10
and I ran the steps as per the installation instructions, however I still the following error

python RepeatHMM/bin/repeatHMM.py FASTQinput --repeatName atxn3 --GapCorrection 1 --FlankLength 30 --UserDefinedUniqID sca3_pcr25_raw_test --fastq SRR5363632.fastq --outFolder logfq --Patternfile RepeatHMM/bin/reference_sts/hg38/hg38.predefined.pa --hgfile hg38/hg38.fa --hg hg38
Traceback (most recent call last):
File "RepeatHMM/bin/repeatHMM.py", line 18, in
from RepeatHMM_scripts import myBAMhandler
File "/tools/RepeatHMM/bin/RepeatHMM_scripts/myBAMhandler.py", line 24, in
from . import getAlignment
File "/tools/RepeatHMM/bin/RepeatHMM_scripts/getAlignment.py", line 7, in
from UnsymmetricPairAlignment import UnsymmetricPairAlignment
File "/tools/RepeatHMM/bin/RepeatHMM_scripts/UnsymmetricPairAlignment/UnsymmetricPairAlignment.py", line 13, in
from . import _UnsymmetricPairAlignment
ImportError: cannot import name _UnsymmetricPairAlignment

Any help will be extremely appreciated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions