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
The package did not create the files.
I'm using an aws ec2 ubuntu environment. I'm using a virtual environment. I used beagle 5.1 to phase the sample. I ran Refined IBD three times. Here is the getIBD.py command line I used:
Traceback (most recent call last):
File "../resources/bakeoff/getIBD.py", line 208, in
checkInKeysAndAddToList(IBDseg,ind1,ind2,chr,[loc[chr][fields[5]],loc[chr][fields[6]],str(h1)+str(h2)]) #add IBD segment as Interval with homologue info (interval_start, interval end, h1h2) to set
KeyError: '82154'
The text was updated successfully, but these errors were encountered:
The package did not create the files.
I'm using an aws ec2 ubuntu environment. I'm using a virtual environment. I used beagle 5.1 to phase the sample. I ran Refined IBD three times. Here is the getIBD.py command line I used:
(venv) $ python getIBD.py -f refined1.ibd refined2.ibd refined3.ibd -m plink.GRCh37.autosome.map -t 1 -s 1 -o relative
Here is the full output:
Input files: refined1.ibd refined2.ibd refined3.ibd
Map file: plink.GRCh37.autosome.map
Output files: relative.ibd12, relative.seg
Printing IBD1 & IBD2 proportions
Printing both *.ibd12 and *.seg files
Total genome length: 3545.825789000001
Traceback (most recent call last):
File "../resources/bakeoff/getIBD.py", line 208, in
checkInKeysAndAddToList(IBDseg,ind1,ind2,chr,[loc[chr][fields[5]],loc[chr][fields[6]],str(h1)+str(h2)]) #add IBD segment as Interval with homologue info (interval_start, interval end, h1h2) to set
KeyError: '82154'
The text was updated successfully, but these errors were encountered: