-
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.
* Make consortium releases = public releases, add dashboard plots/tables (#385) * Remove null oncotree codes in consortium release * Filter out flagged mutations * Add to dashboard plot * Correct queries * Subset * Update description * Add figure * Fix * Fix * Add to dashboard * Fix text * Add variant counts * Add index * Add non somatic mutation check * Add headers * Add SNVs that were annotatoed as DNP * Fix * Store as file * Fix * Fix * Fix text * Add spacing * update * Add * Only upload subset * Add in files to release * Don't filter out blacklist variants * Use mutation file * Correct * Edit * Fix * Fix * Update genie/database_to_staging.py * Fix columns * Add * Remove comments * Push * Add 'Not released' value (#389) * Add Not released value * Use stringIO, fix tests * Calculate missing counts (#388) * Calculate missing counts * Fix * Update genie/database_to_staging.py * Add function to calculate missing variant counts * No need for blindtext * Fix * Shuffle sections * Fix * Fix missing variant counts * Fix section * Fix * Fix headers * Fix docker (#396) * Fix docker * Add comment * Fix * Fix * Fix Co-authored-by: EC2 Default User <ec2-user@ip-10-41-20-164.ec2.internal> * Update dev * Remove 3.6 support * Don't remove 3.6 in dev branch * check for vital status inconsistencies (#416) * check for vital status inconsitencies * Fix tests * Add test * Remove * Add validation rules for vital status * Remove redundant returns * lint * Check for inconsistent year and interval vital status columns * Fix tests * Add tests for vital status interval and dead check * Add tests * Fix tests * Add tests * Update Dockerfile (#417) * Update dockerfile to use new ubuntu * Remove py36 support as EOL * update ubuntu version * Update requirements * install python dev * Fix * Update genie/__version__.py Co-authored-by: EC2 Default User <ec2-user@ip-10-41-20-164.ec2.internal>
- Loading branch information
1 parent
5fe308e
commit 4cacd9b
Showing
6 changed files
with
314 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "12.5.0" | ||
__version__ = "12.6.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
synapseclient>=2.3.0 | ||
pandas>=1.0 | ||
httplib2>=0.11.3 | ||
pycrypto>=2.6.1 | ||
pycryptodome>=3.12.0 | ||
PyYAML>=5.1 | ||
pyranges | ||
chardet |
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.