-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* # Changed mutational-context-range according to pore type and updated plots ## mutational context - r9 mut_context range is now 5 - r10 mut_context range is now 9 ## plots - *MeanDistAvgStdev* are now called *MeDAS* plots - added a MeDAS plot for excluding low coverage positions - added a MeDAS plot using sns.replot using different markers for positions with coverage below 10 and above * switched segmentation algorithm to f5c * Fixed range check * Update tests according to new r9 range * added --rna and --r10 * Fix hue in MeDAS coverage plot * Script to filter .magnipore for coverage * Add entry point of cov_filter.py * Added description to cov_filter * Make plots prettier * Update gitignore * Update READMEs and descriptions * Set default coverage threshold to 10 * Update plots * rename filter script * sort imports * Update * Reduce Runtime, Multiprocessing - Using multiprocessing for model comparisons - Remove pandas dataframe - Added plotting script after comparison * Update tests * Update meta data * Move progress print to subprocess to see real progress * Multiprocessing Model Building * Update tests according to code changes * Update tests * Add modules to namespace * Remove slower multiprocessing * Update gitignore * Add argument for the coverage * Remove comments * Remove namespace * Update tests * Fix bugs * remove logs from tests * Updated test * Update test * Make gzip overwrite already existing files * Remove duplicate command logs * Improve plots * Improve plots * Improve plots * Improve plots and add more description * Fix count for `Positions with no data X, ...` * Add magnicheck * Change argument order * Add total eval_pos to output * Take strand into account * Fix KeyError * Fix Bug * Fix output kmer value * Add output * Output more information * Fix Bug - multiprocessing.value counters are now incremented using a Lock * still trying to fix incrementation bug * Reduce plotting size * Bug fixes * Switched argument order in f5c index command * do not print warnings * sort imports * Fix usage message * Add --help messages for all scripts * Check tests
- Loading branch information
Showing
25 changed files
with
4,379 additions
and
4,002 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
Oops, something went wrong.