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

Publish VCF files #266

Open
hoelzer opened this issue Mar 15, 2024 · 2 comments
Open

Publish VCF files #266

hoelzer opened this issue Mar 15, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@hoelzer
Copy link
Collaborator

hoelzer commented Mar 15, 2024

For many downstream analysis it would be nice to also publish the VCF files with the ref/alternate allele and the frequencies.

@hoelzer hoelzer added the enhancement New feature or request label Mar 15, 2024
@hoelzer
Copy link
Collaborator Author

hoelzer commented Mar 15, 2024

Ah wait, it seems we publish them to 3.Lineages_Clades_Mutations folder

E.g.

  • BM_IMSSC2-80-2024-00028.fail.vcf
  • SNP_BM_IMSSC2-80-2024-00028.pass.vcf

are the final variant calls splitted into pass and fail? (what are the default filter values then?)

@MarieLataretu
Copy link
Collaborator

Yes, the called variants get split based on min_depth (DP) and min_depth (QUAL and GQ):
https://github.com/artic-network/fieldbioinformatics/blob/1.3.0-dev/artic/vcf_filter.py#L54-L79

The default values in poreCov are 20 for min_depth and ${params.min_depth} = 20 for min_depth - the same as in ARTIC (https://github.com/artic-network/fieldbioinformatics/blob/1.3.0-dev/artic/pipeline.py#L115-L118).

Note, that min_depth and min_depth are not available in ARTIC's master branch, only in 1.3.0-dev.

@jonas-fuchs pointed out that VCFs from ARTIC in Galaxy do have allele frequencies. I didn't have time to test it, but it'd be a medaka tools annotate with additional --dpsp and this script.

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

No branches or pull requests

3 participants