GithubHelp home page GithubHelp logo

seqan::UnexpectedEnd about vaquita HOT 3 CLOSED

eldariont avatar eldariont commented on August 19, 2024
seqan::UnexpectedEnd

from vaquita.

Comments (3)

xenigmax avatar xenigmax commented on August 19, 2024

Hi David, thank you for the reporting.

What I think weird is this part since it's not possible.

[2017-3-2 15:15:57] 0 from read-pair evidences

What kind of dataset did you use?
Vaquita needs short & paired-end dataset.
eg. The current version does not support long-reads dataset.

hg19.fa must contain all the reference sequences that were used in making .bam files.
Sometimes it can be different. For example, one can consider mitochondrial genome in alignment while your hg19 does not contain it.

from vaquita.

xenigmax avatar xenigmax commented on August 19, 2024

Regarding 2 you can check it like this

shell > samtools view -H input.bam

@hd VN:1.5 SO:coordinate
@sq SN:chr10 LN:135534747
@sq SN:chr11 LN:135006516
@sq SN:chr11_gl000202_random LN:40103
.
.
@sq SN:chrX LN:155270560
@sq SN:chrY LN:59373566
@rg ID:1 LB:lib1 PL:illumina SM:20 PU:unit1

All the name after "SN" should be listed like this.

shell> cat hg19.fa | grep ">"
>chr10
>chr11
>chr11_gl000202_random
.
.
>chrX
>chrY

from vaquita.

eldariont avatar eldariont commented on August 19, 2024

Thanks for the super quick reply!
Yeah, the cause of the error is that I used long read data. I didn't catch that Vaquita isn't for long reads just yet. So I will try again with short paired end reads.

Thanks again!

from vaquita.

Related Issues (15)

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.