Skip to content
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

scramble compression flags (bam to cram) #266

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from

Conversation

dozy
Copy link
Member

@dozy dozy commented Sep 18, 2019

add -j (bzip2 compression) and -Z (lzma compression) flags to scramble (bam to cram) conversion command. Both are optional extras (not present by default)

add arbitrary_flags parameter to scramble (bam to cram) conversion command

Runs slowly, works

@dkj
Copy link
Member

dkj commented Sep 19, 2019

What about using the existing b2c_compress_level flag? i.e. pass in -7Zj (instead of the default -7)?

@dozy
Copy link
Member Author

dozy commented Sep 19, 2019

Using the b2c_compress_level parameter is a better solution. The "-s" flag could also be added there when needed. So I think there is no need for a p4 template change for cram compression.

dozy pushed a commit to dozy/p4 that referenced this pull request Mar 28, 2022
Small change to support traction LIMS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants