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

Filter depend on number of cores? #131

Open
bernt-matthias opened this issue Jun 28, 2022 · 0 comments
Open

Filter depend on number of cores? #131

bernt-matthias opened this issue Jun 28, 2022 · 0 comments

Comments

@bernt-matthias
Copy link

I run lofreq call-parallel with different numbers for --pp-threads and get different vcf output:

lofreq call-parallel --pp-threads 1 --verbose --ref 'reference.fa' --out variants.vcf --min-cov 1 --max-depth 1000000 --min-bq 6 --min-alt-bq 6 --min-mq 0 --max-mq 255 --min-jq 0 --min-alt-jq 0 --def-alt-jq 0 --sig 0.01 --bonf dynamic reads.bam

##FILTER=<ID=min_snvqual_33,Description="Minimum SNV Quality (Phred) 33">
##FILTER=<ID=min_snvqual_38,Description="Minimum SNV Quality (Phred) 38">

lofreq call-parallel --pp-threads 2 --verbose --ref 'reference.fa' --out variants.vcf --min-cov 1 --max-depth 1000000 --min-bq 6 --min-alt-bq 6 --min-mq 0 --max-mq 255 --min-jq 0 --min-alt-jq 0 --def-alt-jq 0 --sig 0.01 --bonf dynamic reads.bam

##FILTER=<ID=min_snvqual_38,Description="Minimum SNV Quality (Phred) 38">
##FILTER=<ID=min_snvqual_38,Description="Minimum SNV Quality (Phred) 38">

Wondering if this is expected/desired.

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

1 participant