-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update prp to handle mykrobe csv format #13
Merged
Merged
Changes from 17 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ff08639
Update parse_mykrobe_amr_pred to handle mykrobe csv format
ryanjameskennedy 5563589
Fix mykrobe variant parser
ryanjameskennedy 89c94d5
Fix mykrobe phenotype model
ryanjameskennedy 3183b1b
Fix read_csv in cli
ryanjameskennedy d4369c5
Update CHANGELOG.md
ryanjameskennedy 8c44c99
Fix PhenotypeInfo for tbprofiler
ryanjameskennedy b545968
Set ref_aa & alt_aa to optional
ryanjameskennedy 3d0bcec
Set coverage in LineageInformation to optional
ryanjameskennedy da7ae4c
Fix mykrobe lineage csv parser
ryanjameskennedy 0b37a95
Add Mtuberculosis test files
ryanjameskennedy 268ea86
Update test function to include create_bonsai_input for mtuberculosis
ryanjameskennedy 6fc6898
Create and add _default_amr_phenotype to tbprofiler & mykrobe
ryanjameskennedy c19f095
Fix test_virulencefinder.py file spelling
ryanjameskennedy 3d39291
Add pytest to pylint.yml GA
ryanjameskennedy c4f94d5
Simple pylint.yml GA fix
ryanjameskennedy 076fbef
Pylint fixes
ryanjameskennedy 510165a
More pylint fixes
ryanjameskennedy 012048f
Add docstrings to test functions
ryanjameskennedy 4b77020
Fix data_path error
ryanjameskennedy 56a9da3
Fix data_fpath error
ryanjameskennedy 5eec581
Update CHANGELOG.md
ryanjameskennedy b90fb4d
Fix parsers
ryanjameskennedy 023c385
Remove genes from VariantBase
ryanjameskennedy aee230a
Remove _parse_mykrobe_amr_genes
ryanjameskennedy 6def2ee
Review fixes regarding mykrobe variant parser
ryanjameskennedy 84f1712
Restored unreleased version
mhkc 7e07701
minor refactoring
mhkc 2337a3d
Fix conflicts
ryanjameskennedy 4850c86
Update models to handle freq, kmer counts & conf
ryanjameskennedy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this PR is also intended to be prepared for release we should also add