User

Former User of DNAx Community_22

Member since
Total activity 18
Last activity
Following 0 users
Followed by 0 users
Votes 0
Subscriptions 5

Posts

Recent activity by Former User of DNAx Community_22

  • Effectively querying genotypes from the Spark genotype table

    I am referring to the following incredibly useful table: geno=spark.sql(f"SELECT * FROM genotype_23146") geno.printSchema()   While the documentation states that these genotype tables are not docum...

    • 2 followers
    • 4 comments
    • 0 votes
  • Are UKB pVCF wes files truly bgzipped?

    They have the suffix .gz, but how can I know if they are truly blocked gzipped, or not?   Thanks! Or

    • 2 followers
    • 2 comments
    • 0 votes
  • ExecutorLostFailure when trying to write a matrix

    Another Spark issue with writing a Hail matrix: mt.write(url) fails after some time (and money) spent:   "ExecutorLostFailure (executor 23 exited caused by one of the running tasks) Reason: Remote...

    • 3 followers
    • 6 comments
    • 0 votes