Giter Site home page Giter Site logo

Could not parse threshold about lofreq HOT 4 CLOSED

csb5 avatar csb5 commented on July 17, 2024
Could not parse threshold

from lofreq.

Comments (4)

zipho avatar zipho commented on July 17, 2024

lofreq call -f "/galaxy/database/files/000/dataset_131.fasta" -o "/galaxy/database/files/000/dataset_132.vcf" --force-overwrite "/galaxy/database/files/000/dataset_129.bam"

A simple basic call command is returning the following:

[fai_fetch_seq] The sequence "seq1" not found
FATAL(plp.c|mplp_func:651):
Couldn't fetch sequence 'seq1'.

from lofreq.

andreas-wilm avatar andreas-wilm commented on July 17, 2024

Hi Zipho,

the first command contains two syntax errors and has a few other problems:

  • "--sig" takes an argument but none is given
  • same for "--bon f", which should be "--bonf"
  • "--src-qual", "--use-orphan" and "--no-default-filter" should be considered special, non-default cases.
  • "--plp-summary-only" is for debugging and prevents the program from actually calling variants.

The syntax for the second command is okay, but seq1, which is present in the BAM file, cannot be found in the reference fasta file. This happens when the BAM file was produced with a different reference file than used for calling.

Hope this helps,
Andreas

from lofreq.

zipho avatar zipho commented on July 17, 2024

Excellent. Thank you so much for the above @andreas-wilm .

from lofreq.

andreas-wilm avatar andreas-wilm commented on July 17, 2024

Sorry about the typos. Should be fixed now

from lofreq.

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.