Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lofreq call-parallel applies filters with --no-default-filter option specified #127

Open
gamabunta313 opened this issue May 26, 2022 · 2 comments

Comments

@gamabunta313
Copy link

I am working with Lofreq2.1.2. I run the following command to call only indels:
bin/lofreq call-parallel --pp-threads $threads $input -f ${reference} -o ${filename}_indel.vcf -Q 20 -B -m 17 -a 0.01 --only-indels --no-default-filter --call-indels

From intermediate files I observed that indel are called, however, even if I specified "--no-default-filter" option, lofreq applies lofreq filter. The result is the loss of all the indels called since all have QUAL lower the default --snvqual-thresh. It is fundamental to me leaving all the raw indel calls since I am working on realign reads to call indel.
I thank you in advance for your willingness.

@GaloGS
Copy link

GaloGS commented Aug 24, 2022

Hi, I am having the same issues also when using lofreq call. I observed that basically lofreq does not use the arguments I provide. It does not use --no-default-filter and it does not use --force-overwrite, so processes always throw the error "Cowardly refusing to overwrite exsiting file".

@Mailinnia
Copy link

I'm experiencing the same issue with lofreq v. 2.1.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants