-
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) * update version number Co-authored-by: Haley Hunter-Zinck <[email protected]> Co-authored-by: Haley Hunter-Zinck <[email protected]>
- Loading branch information
1 parent
c37ee08
commit 4dea322
Showing
15 changed files
with
65 additions
and
49 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Contributor Covenant Code of Conduct | ||
|
||
We subscribe to [Sage Bionetwork's Code of Conduct](https://sagebionetworks.org/code-of-conduct/), which is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/). |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "13.0.0" | ||
__version__ = "13.1.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
line-length = 88 | ||
target-version = ['py37'] | ||
include = '\.pyi?$' | ||
extend-exclude = 'tests' | ||
exclude = 'tests' |
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