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
I have been running AlphaImpute2 today. Regardless of what datasets I use (my own or the example provided in the GitHub package), I am receiving the same error message. I took a screenshot below. Basically, the imputation seems to run ok and writes a .genotype file, but the phasing always errors out at the very end and will not write the .phase file. My inputs are just a genotype and pedigree file and with -phase_output keyed in.
Below is the example:
AlphaImpute2 -genotypes ./AlphaImpute2-main/example/data/genotypes.txt -pedigree ./AlphaImpute2-main/example/data/pedigree.txt -out test -phase_output
I get the error AttributeError: 'tuple' has no attribute 'ndim'. The files are simply the example files in the package. I can provide others if needed, but figured this the example files are a good start.
Any help would be much appreciated!
Josh
The text was updated successfully, but these errors were encountered:
I have been running AlphaImpute2 today. Regardless of what datasets I use (my own or the example provided in the GitHub package), I am receiving the same error message. I took a screenshot below. Basically, the imputation seems to run ok and writes a .genotype file, but the phasing always errors out at the very end and will not write the .phase file. My inputs are just a genotype and pedigree file and with -phase_output keyed in.
Below is the example:
AlphaImpute2 -genotypes ./AlphaImpute2-main/example/data/genotypes.txt -pedigree ./AlphaImpute2-main/example/data/pedigree.txt -out test -phase_output
I get the error AttributeError: 'tuple' has no attribute 'ndim'. The files are simply the example files in the package. I can provide others if needed, but figured this the example files are a good start.
Any help would be much appreciated!
Josh
The text was updated successfully, but these errors were encountered: