Coder Social home page Coder Social logo

Comments (4)

kishwarshafin avatar kishwarshafin commented on May 28, 2024

@aheravi ,

Can you please share the command you are using?

from deepvariant.

aheravi avatar aheravi commented on May 28, 2024

Hi @kishwarshafin ,
Here is the command I used:

BIN_VERSION="1.6.0"

singularity run -B /deepvariant/ \
  docker://google/deepvariant:deeptrio-"${BIN_VERSION}" \
  /opt/deepvariant/bin/deeptrio/run_deeptrio \
  --model_type PACBIO \
  --ref ./reference/GRCh38_no_alt_analysis_set.fasta \
  --reads_child ./input/HG002.pfda_challenge.grch38.phased.chr20.bam \
  --reads_parent1 ./input/HG003.pfda_challenge.grch38.phased.chr20.bam \
  --reads_parent2 ./input/HG004.pfda_challenge.grch38.phased.chr20.bam \
  --output_vcf_child ./output/HG002.output.vcf.gz \
  --output_vcf_parent1 ./output/HG003.output.vcf.gz \
  --output_vcf_parent2 ./output/HG004.output.vcf.gz \
  --sample_name_child 'HG002' \
  --sample_name_parent1 'HG003' \
  --sample_name_parent2 'HG004' \
  --num_shards $(nproc) \
  --intermediate_results_dir ./output/intermediate_results_dir \
  --output_gvcf_child ./output/HG002.g.vcf.gz \
  --output_gvcf_parent1 ./output/HG003.g.vcf.gz \
  --output_gvcf_parent2 ./output/HG004.g.vcf.gz \
  --regions chr20

from deepvariant.

kishwarshafin avatar kishwarshafin commented on May 28, 2024

@aheravi ,

Just to see if it works, can you please run the command without using:

--intermediate_results_dir ./output/intermediate_results_dir

And see if it works? Meanwhile, I will try to reproduce it locally.

from deepvariant.

aheravi avatar aheravi commented on May 28, 2024

Thanks, @kishwarshafin.
Sounds working.

from deepvariant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.