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
When running the code example of the VariantDatasetCombiner, I can succesfully execute the combiner.run() code. The last line of the example, is not correct anymore: vds = hl.read_vds('gs://bucket/dataset.vds'). This should I think be turned into a hl.vds.read_vds call.
What happened?
When running the code example of the VariantDatasetCombiner, I can succesfully execute the
combiner.run()
code. The last line of the example, is not correct anymore:vds = hl.read_vds('gs://bucket/dataset.vds')
. This should I think be turned into ahl.vds.read_vds
call.https://hail.is/docs/0.2/vds/hail.vds.combiner.VariantDatasetCombiner.html
** ignore all below, my gvcfs were not correctly formatted!! **
Nevertheless, when I replace it, I get the error:
Not sure if it is related to the fact that I have a non-human genome?
This is the script I run:
Not sure if I misunderstand how to work with a non-human reference genome and the intervals?
Version
version 0.2.133-4c60fddb171a
Relevant log output
No response
The text was updated successfully, but these errors were encountered: