-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bigwig_outlier_bed handling of qlo (#6164)
* adding new tool bigwig_outlier_bed * remove redundant script * replace test.bw with test-data/1.bigwig to decrease test outputs below 1MB maximum for linter. * added bigtools to bio.tools for this new entry added edam * Add a proper version command by importing pybedtools * fix doi for pybigtools * Incorporate Bjoern's ideas. Single select to configure 3 possible outputs. Upper quantile now required. Chide if no low quantile and no output because low not in the choice. Help vastly expanded. * Added the bigwig metadata name as the label for bed feature name so no need for the user to supply one. * Clearing out old test data. Passes tests here but diffs in CI. Something odd. * readding fixed test outputs again again. * Ah. was overwriting a bed with the two bigwig test. * remove print leftovers * Separated python script to enable access for linting in CI * fix flake8 complaints with black on the new separate python script * fix imports * Do not make the output contig statistics table if there's no table output needed. * make the table calculations optional and mostly as a separate function since they may not be needed. * Clean up some comments. makeTableRow renamed * Update tools/bigwig_outlier_bed/.shed.yml Co-authored-by: Björn Grüning <[email protected]> * Update tools/bigwig_outlier_bed/.shed.yml Co-authored-by: Björn Grüning <[email protected]> * Clean up all field prompt text and consolidate the help text into chunks. * remove test for both qhi/qlo because qhi is not optional * fix broken qlo parameter passing and tests - add test for no qlo. * Flake fix * update to 0.2.0 pybigtools test outputs are different :( --------- Co-authored-by: Björn Grüning <[email protected]>
- Loading branch information
Showing
14 changed files
with
4,754 additions
and
630 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
Oops, something went wrong.