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

Addition of a parameter for the minimum depth to call a base #447

Open
cjjossart opened this issue Nov 19, 2024 · 0 comments
Open

Addition of a parameter for the minimum depth to call a base #447

cjjossart opened this issue Nov 19, 2024 · 0 comments
Labels
enhancement Improvement for existing functionality

Comments

@cjjossart
Copy link

Description of feature

Hello Viralrecon team,

I am requesting an addition of a parameter that would allow the user to supply a minimum depth to cal a base and thus variants as well. Currently this can be done by supplying a custom config with specific processes and update args to increase or lower the minimum depth. The variant calling and consensus modules would use this parameter. It would be ideal to have this as a parameter that can be set by a custom config or on the command line. I think the default of 10 works well, which is what these values are set in the config files. This would enhance the usability of this pipeline. Additionally, if possible it would ideal to have the metric table have a column for the genome fraction of the sample at the specified depth. For example, there is a column "% Coverage > 10x" that could possible be altered to reflect the minimum depth parameter being specified (i.e. '% Coverage > ${params.min_depth}x').

I wonder if the added parameter could be added and then placed in the config files, as to not alter or change the modules' code base. Please reach out with any questions or if I can provide further explanation. Thanks! -CJ

@cjjossart cjjossart added the enhancement Improvement for existing functionality label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement for existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant