Giter Club home page Giter Club logo

Comments (5)

kishwarshafin avatar kishwarshafin commented on July 19, 2024

@bkurtoglu , can you please let us know what datatype you are using? The current model only works with ONT R10.4 simplex and duplex data. Can you provide some more details about your data and run:

  1. What chemistry is your ONT data?
  2. What basecaller did you use?
  3. How many cpus are you using to run make_examples?

from deepvariant.

bkurtoglu avatar bkurtoglu commented on July 19, 2024
  1. The type of the data is ONT_R9 simplex.
  2. The basecaller is guppy.
  3. Threads are set to 48.
    I also provide the code as below. Thank you for your help.
    BIN_VERSION="1.6.1" sudo apt -y update sudo apt-get -y install docker.io sudo docker pull google/deepvariant:"${BIN_VERSION}" INPUT_DIR="/home/user/Masaüstü/BEYZA/input" OUTPUT_DIR="/home/user/Masaüstü/BEYZA/output" THREADS=48 MODEL_NAME="ONT_R104" sudo docker run -v "/home/massive/Desktop/beyza/input":"/input" -v "/home/massive/Desktop/beyza/OUTPUTDEEP":"/output" google/deepvariant:"${BIN_VERSION}" /opt/deepvariant/bin/run_deepvariant --model_type=ONT_R104 --ref="/input/GCA_000001405.15_GRCh38_no_alt_analysis_set.fna" --reads="/input/NA12878-minion-ul_GRCh38.bam" –output_vcf="/output/deep.vcf" --threads=48

from deepvariant.

kishwarshafin avatar kishwarshafin commented on July 19, 2024

@bkurtoglu ,

ONT_R9 has a very high error rate, DeepVariant isn't able to work on it directly. You can try our previous solution PEPPER for R9 data. It's also mentioned on our README page:

So it's unlikely you will be successful to run DeepVariant R10.4 model on R9 data.

from deepvariant.

bkurtoglu avatar bkurtoglu commented on July 19, 2024

@kishwarshafin
Thanks a lot for clarifying that, we were making a benchmark study on variant callers to optimize our pipeline. We also used PEPPER-DeepVariant and it worked with high precision. Again, thanks a lot! It was a helpful communication.

from deepvariant.

kishwarshafin avatar kishwarshafin commented on July 19, 2024

Great, thanks, I will close the issue.

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.