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

add masked_positions and masked_positions_file arguments to task polyphonia_detect_cross_contamination #499

Merged
merged 5 commits into from
Dec 15, 2023

Conversation

lakras
Copy link
Contributor

@lakras lakras commented Nov 24, 2023

No description provided.

@@ -83,6 +87,8 @@ task polyphonia_detect_cross_contamination {
~{'--min-readcount ' + min_readcount} \
~{'--max-mismatches ' + max_mismatches} \
~{'--min-maf ' + min_maf} \
~{'--masked-positions ' + masked_positions} \
--masked-positions-file ~{masked_positions_file} \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If masked positions file is optional, you should use the same optional parameter syntax as masked positions so it works properly if empty

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated, thank you!

@dpark01 dpark01 merged commit e6966ed into master Dec 15, 2023
12 checks passed
@dpark01 dpark01 deleted the lk-polyphonia-masking branch December 15, 2023 18:00
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

Successfully merging this pull request may close these issues.

2 participants