-
Notifications
You must be signed in to change notification settings - Fork 9
Open
0 / 10 of 1 issue completedDescription
While running the test example, it raises the following error
Traceback (most recent call last):
File "/Users/evie/mambaforge/bin/AlphaImpute2", line 8, in <module>
sys.exit(main())
File "/Users/evie/mambaforge/lib/python3.10/site-packages/alphaimpute2/tinyhouse/Utils.py", line 8, in timer
values = func(*args, **kwargs)
File "/Users/evie/mambaforge/lib/python3.10/site-packages/alphaimpute2/alphaimpute2.py", line 304, in main
write_out_data(pedigree, args)
File "/Users/evie/mambaforge/lib/python3.10/site-packages/alphaimpute2/tinyhouse/Utils.py", line 8, in timer
values = func(*args, **kwargs)
File "/Users/evie/mambaforge/lib/python3.10/site-packages/alphaimpute2/alphaimpute2.py", line 255, in write_out_data
pedigree.writePhase(args.out + ".haplotypes")
File "/Users/evie/mambaforge/lib/python3.10/site-packages/alphaimpute2/tinyhouse/Pedigree.py", line 943, in writePhase
if ind.haplotypes.ndim == 2: # diploid
AttributeError: 'tuple' object has no attribute 'ndim'
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels