-
Notifications
You must be signed in to change notification settings - Fork 97
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
Export bigwig files from split fragments file with tests #1887
base: develop
Are you sure you want to change the base?
Conversation
Addition of ExportGroupBW, CreateBWGroup and '%bcin%', to export bigwig file from split fragments file
Some changes from @timoast comments on the PR
SplitFragments inside the export function and check existing files
Add relative count normalization per group per 10k
Roxygen documentation and tests
I have an error passing the GroupNames via x
@timoast if you could help me to have rtracklayer installed to make the test pass would be very helpful. |
Thanks for reviving this PR @lldelisle, I have made some updates so the tests pass |
Why don't you want rtracklayer to be a requirement? I think it is better if this part is also tested in the CI, no? |
|
This PR is based on #1383