-
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.
Bug fix: fix bed start and end in bigwig_outlier_bed (#6312)
* fix all beds by padding the region end in the output bed file to suit UCSC math * update tests with padded bed region ends * flake8 pacification * odd. test outputs pass here - will test biocontainers...x * add 1 to start instead * hmmm. tests passing here... * updating tests and test data * having strange problems getting planemo to update existing but wrong test outputs * using a specialised bed file -> bigwig chr1 0 10 100 100 + chr1 20 30 100 100 + chr1 40 50 100 100 + chr1 60 70 100 100 + chr1 200 300 100 100 + chr1 300 400 0 0 + chr1 400 1000 100 100 + * add fakery * trying again with refreshed test data. Not sure what's going on...passes here. * placate flake8 * wrong fake.bed sample... * fix multiple bigwigs * more flake8 fixing. * remove bogus test parameter... * add nice histogram test * restore some histogram table reports - just use the old merlin note the odd offsets. caused me some grief. * reduce ram bloat by iterating instead of using a list comprehension for large bed texts.
- Loading branch information
Showing
18 changed files
with
2,471 additions
and
4,883 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.