Giter Club home page Giter Club logo

Comments (6)

akolesnikov avatar akolesnikov commented on June 5, 2024

Looks like this is the GLnexus question. Could you please post the question at GLNexus page
Also, from the log output it looks like GLnexus was completed successfully.

from deepvariant.

pichuan avatar pichuan commented on June 5, 2024

Hi @poddarharsh15

Actually, can you go back in your log and confirm that DeepTrio runs actually finish correctly?

If I remember correctly, our run_deeptrio one-step script might continue to run the following steps even when previous steps failed.

from deepvariant.

pichuan avatar pichuan commented on June 5, 2024

And, follow up on @akolesnikov 's point, if you have gotten to this point, it would seem like these files should be complete?

/output/HG002.g.vcf.gz \
/output/HG003.g.vcf.gz \
/output/HG004.g.vcf.gz \

If you can examine those files and confirm, that will be great. (Or look at the log like I mentioned before. But given you have the files, checking the files directly might be easier :))

from deepvariant.

poddarharsh15 avatar poddarharsh15 commented on June 5, 2024

Hi @pichuan, @akolesnikov,

I'm new to DeepTrio and couldn't locate the log files, but I have intermediate results showing that DeepTrio ran successfully without errors. Additionally, I successfully benchmarked the .vcf files generated by DeepTrio. I've attached screenshots for reference. Your assistance is greatly appreciated.
Thank you

finished log
Screenshot from 2024-05-07 09-52-02
Screenshot from 2024-05-07 09-52-32

Benchmark
Screenshot from 2024-05-07 09-52-59

from deepvariant.

pichuan avatar pichuan commented on June 5, 2024

Hi @poddarharsh15 , it seems like you're certain that the DeepTrio run finished correctly.
In that case, I agree with @akolesnikov 's original assessment that this can be an issue for the downstream glnexus step, which we can't directly support.

One suggestion to try:
If you need to check your run a bit more closely, maybe breaking it down to just running this part first:

udocker run \
-v "${PWD}/output":"/output" \
quay.io/mlin/glnexus:v1.2.7 \
/usr/local/bin/glnexus_cli \
--config DeepVariant_unfiltered \
/output/HG002.g.vcf.gz \
/output/HG003.g.vcf.gz \
/output/HG004.g.vcf.gz

before piping to the next step. Maybe that could help you identify what the errors are coming out from that step?

from deepvariant.

akolesnikov avatar akolesnikov commented on June 5, 2024

Closing the issue. Feel free to reopen as needed.

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.