-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create functions to extract/get/generate strain mappings (#166)
* Fix pandas api change on testing * add logger to `generate_genome_bgc_mappings_file` function * add `GNPS_FILE_MAPPINGS_FILENAME` to globals * add `generate_strain_mappings` method to `DatasetLoader` * fix variable bug * rename function `generate_genome_bgc_mappings_file` to `generate_mappings_genome_id_bgc_id` * add parameter `output_file` to func `generate_mappings_genome_id_bgc_id` * fix the bug of empty genome id * Create strain_mappings_generator.py * Create test_strain_mappings_generator.py * fix logic bug on getting best id
- Loading branch information
1 parent
2fcac2d
commit 817dabd
Showing
14 changed files
with
714 additions
and
29 deletions.
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
Oops, something went wrong.