Avatar

Nalini Ganapati

  • Total activity 10
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4

Activity overview

Latest activity by Nalini Ganapati
  • Avatar

    Nalini Ganapati commented,

    @anr, that custom library was only for testing purposes and may not work now. Please use the latest gatk available. Actually, I meant use a genomicsdb workspace on your local filesystem. Something ...

  • Avatar

    Nalini Ganapati commented,

    @anr, there are no particular optimal memory settings to use with GenomicsDBImport and SelectVariants as far as GVCFs on the cloud are concerned. I'd suggest you use a local genomicsdb workspace wi...

  • 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...