Avatar

Nalini Ganapati

  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Activity overview

Latest activity by Nalini Ganapati
  • Avatar

    Nalini Ganapati commented,

    Another thing, you may also need to invoke GenotypeGVFs with the --genomicsdb-shared-posixfs-optimizations if your workspace is on NFS/Lustre.

  • Avatar

    Nalini Ganapati commented,

    For 1000 WGS, partitioning by chromosome might be very resource intensive for both import and querying and you may have to partition your intervals with lesser granularity(e.g chr22:1-10000) if pos...

  • Avatar

    Nalini Ganapati commented,

    Using GenomicsDBImport on the test vcf provided threw the following exception %: ./gatk --java-options '-DGATK_STACKTRACE_ON_USER_EXCEPTION=true' GenomicsDBImport -L 1:883600-883650 -V ex001.mutec...

  • Avatar

    Nalini Ganapati commented,

    Hi Bernt, From the gatk docs for GenomicsDBImport, --reader-threads is for reading vcfs only. For the import itself, you will have to use the --max-num-intervals-to-import-in-parallel option. Of co...