I installed using pip on Windows (including Java 8 JRE). Everything seems to work, e.g. hl.init(). The problem began with hl.utils.get_1kg('data/')
, when I get Error summary: IllegalArgumentException: Wrong FS: file://C:\Users\darwell\AppData\Local\Temp\tmp2u_gs310\1kg.vcf.bgz, expected: file:///
However, the 1kg.vcf.bgz
file appears in a Temp folder, so I can move it to the data
folder.
But from hl.import_vcf('data/1kg.vcf.bgz').write('data/1kg.mt', overwrite=True)
I get the error Error summary: IOException: (null) entry in command string: null chmod 0644 C:\Users\darwell\Desktop\work\hail\data\1kg.mt\rows\rows\parts\part-1-2-1-0-f31275e4-ec4b-ab19-4b85-b7adc12dbfd9
Although, hl.import_vcf('data/1kg.vcf.bgz')
only finds the file