-
Notifications
You must be signed in to change notification settings - Fork 195
feat: enable gzip output for bedtools wrappers #3642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
fgvieira
merged 26 commits into
snakemake:master
from
gtuckerkellogg:bedtools-gzip-output
May 26, 2025
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
9c5f406
updated for use of gzip
gtuckerkellogg 2e0bfdc
gzip support for bedtools bamtobed and complement (with tests)
gtuckerkellogg 4f493c0
updated test_wrappers and tests for all current bedtools wrappers for…
gtuckerkellogg e313300
Merge branch 'snakemake:master' into bedtools-gzip-output
gtuckerkellogg cd57a18
addressed CodeRabbit review
gtuckerkellogg 4c1265b
from gzip to bgzip
gtuckerkellogg 40fe0c9
merged to bgzip
gtuckerkellogg 0665f1a
all bgzip, no gzip
gtuckerkellogg 8056dc6
all bgzip, no gzip
gtuckerkellogg 760a76f
Merge remote-tracking branch 'refs/remotes/origin/bedtools-gzip-outpu…
gtuckerkellogg d2028aa
Update bio/bedtools/complement/wrapper.py
gtuckerkellogg bf9a66b
added hstlib dependency for bgzip in environment.yaml across bedtools…
gtuckerkellogg 10eebb0
black check
gtuckerkellogg 7be0d52
removed vscode cruft
gtuckerkellogg b926c85
Merge branch 'master' into bedtools-gzip-output
gtuckerkellogg 76245e7
nitpicking resolved
gtuckerkellogg dda0a28
When coderabbit says nitpick, it means nitpick!
gtuckerkellogg d891935
Update bio/bedtools/bamtobed/wrapper.py
gtuckerkellogg db85a32
Remove unused import
fgvieira 2c98855
Merge branch 'snakemake:master' into bedtools-gzip-output
gtuckerkellogg 33aaf57
pinned environments
gtuckerkellogg 4e00419
fixed mistakenly compressed bed file
gtuckerkellogg 1599f1c
also for complement
gtuckerkellogg c23d6e2
Merge branch 'master' into bedtools-gzip-output
fgvieira 341d84e
Disable tests of bed.gzip
fgvieira 502fe26
Code refactoring
fgvieira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
merged to bgzip
- Loading branch information
commit 40fe0c9667a385f9e92974b61b27f575cf1f0f88
There are no files selected for viewing
This file contains hidden or 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 @@ | ||
[email protected]:1736749975 | ||
This file contains hidden or 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,5 @@ | ||
{ | ||
"cSpell.words": [ | ||
"snakemake" | ||
] | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.