-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revise dashboards (#433) * Don't cache local install (#431) * Don't put cache dir * Remove -e * Update codeowners to use genie reviewers * Remove missing vital status and assay info sections * hotfix dockerfile * pip3 install no longer works in dockerfile for locally built packages * case-insensitive comparison * test case-insensitive comparison * black on genie_registry/assay.py only * black on genie/process_functions.py only * rename new test function * replace underscores with hyphens * add test for underscore versus hypen * black on genie_registry/assay.py * Modify tsa1, tsa2, ref maf error message (#438) * Modify tsa1, tsa2, ref maf error message * Fix tests * Add sample class filter (#441) * Add sample class filter * lint * Lint * only filter for public release * lint * Make sure processing pipeline doesn't fail for older releases that don't have SAMPLE_CLASS * Fix Docker build (#445) * Change docker tag and add depedency * comment in sdist * Update pandas version (#446) * Use iloc * Use pd.concat * Use pd.concat * Use pd.concat * Use pd.concat instead of append * Update genie/database_to_staging.py Co-authored-by: Haley Hunter-Zinck <[email protected]> * use pd.concat * Use pd.concat * lint * exclude tests * Use pd.concat * Use mask to replace values * Lint * append Co-authored-by: Haley Hunter-Zinck <[email protected]> * Add code of conduct (#448) * year or int of death is not applicable for living patients (#450) * year or int of death is not applicable for living patients * update tests for dead variable Co-authored-by: Thomas Yu <[email protected]> * support scheduled job secrets (#453) * Add documentation * Uncommit * Add in clinicalreported (#459) * [ETL-156, ETL-157, ETL-158] Create configuration dictionary for GENIE code (#455) * Add genie_config parameter * Remove unused variables * Remove unused parameters * Remove parameters * Edit doc * Comment * Add genie config to file format classes * Comment * Fix some tests * Fix test * Fix tests * Add test configuration * Fix tests * Lint * Update bin/input_to_database.py Co-authored-by: Haley Hunter-Zinck <[email protected]> * [ETL-159] Use GENIE config dict for processing (#460) * Remove dataBaseSynIdmapping * Remove the need for database mapping df * Remove need for database mapping df * Remove use of database mapping df * Fill in docs * Added quick value error check * Update hack text * Fix tests and lint * use genie config and utilize existing function * Remove unused function * Remove todos * Fix * [ETL-156] Use genie config in validation cli (#461) * Update validation cli code to use genie config * Fix tests * Add in genie config * Update genie/validate.py Co-authored-by: Haley Hunter-Zinck <[email protected]> * Fix test Co-authored-by: Haley Hunter-Zinck <[email protected]> Co-authored-by: Haley Hunter-Zinck <[email protected]> * allow for unknown interval but known year (#464) * Update version * [IBCDPE-178] Create ValidationResult class (#454) * Create validation cls to prepare for detailed sample based errors to be returned * Remove function * Lint * Fix tests * Add tests * is_valid() should be a function * Add type hint Co-authored-by: Haley Hunter-Zinck <[email protected]> Co-authored-by: Haley Hunter-Zinck <[email protected]>
- Loading branch information
1 parent
9f61bb0
commit bb38bba
Showing
8 changed files
with
125 additions
and
75 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "13.2.0" | ||
__version__ = "13.3.0" |
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.