Skip to content
New issue

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

Error when running tutorials code with --assembly #77

Open
Runda-Xu opened this issue Jun 10, 2023 · 0 comments
Open

Error when running tutorials code with --assembly #77

Runda-Xu opened this issue Jun 10, 2023 · 0 comments

Comments

@Runda-Xu
Copy link

When running "hisatgenotype --base hla --locus-list A -1 ILMN/NA12892.extracted.1.fq.gz -2 ILMN/NA12892.extracted.2.fq.gz", everything is alright.

However, when I added --assembly, the program terminated after outputting the result of DMA. The log file shows this error:

Base and Files:hla NA12892.extracted.1.fq.gz-hla-extracted-1.fq.gz NA12892.extracted.1.fq.gz-hla-extracted-2.fq.gz
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/.conda/envs/neo/lib/python3.10/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/home/Software/hisatgenotype/hisatgenotype_modules/hisatgenotype_typing_core.py", line 2655, in genotyping_locus
typing(simulation,
File "/home/Software/hisatgenotype/hisatgenotype_modules/hisatgenotype_typing_core.py", line 1532, in typing
assembly_graph.Node(node_read_id,
File "/home/Software/hisatgenotype/hisatgenotype_modules/hisatgenotype_assembly_graph.py", line 197, in init
assert len(seq) == len(var)
AssertionError
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/Software/hisatgenotype/./hisatgenotype", line 675, in typing_process
ofnlog.write(str(x.get()))
File "/home/.conda/envs/neo/lib/python3.10/multiprocessing/pool.py", line 774, in get
raise self._value
AssertionError

Besides, in the output fasta file, the allele names for HLA-B are "B15:01:01:04" and "Novel". While in the report, they are "B15:01:01:04", "B56:01:01:02", and "B56:01:01:03"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant