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

Compression #40

Open
johanneswerner opened this issue Jul 28, 2021 · 0 comments
Open

Compression #40

johanneswerner opened this issue Jul 28, 2021 · 0 comments

Comments

@johanneswerner
Copy link

This part needs some clarification. It should be mentioned that compression per file makes sense (of course only if compression makes sense, e.g. fastq -> fastq.gz or sam->bam), however putting the entire ARC into a zip or tar archive should be avoided. First, decompression is necessary anyway whenever any changes or access to the data is necessary, and the gain in saving disk space is small if large files are already compressed. Besides, version control would not make much sense if an ARC would be put into version control as one large file (in that case, Git could only determine that the checksum is different but not what within the ARC has been changed).

@kMutagene kMutagene added this to the ARC-specification v2.1.0 milestone Jun 12, 2024
@kMutagene kMutagene added the Status: Needs Triage This item is up for investigation. label Jun 12, 2024
@HLWeil HLWeil removed the Status: Needs Triage This item is up for investigation. label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

3 participants