Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
LFastqC/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
44 lines (26 sloc)
527 Bytes
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
# LFastqC - Fastq files compressor | |
## Requirements: | |
- Ubuntu 16.04 64-bit and 8 GB of RAM. | |
To compress: | |
``` | |
./compress fastq_file.fastq | |
``` | |
Output: | |
``` | |
fastq_file.LFastqC | |
``` | |
## To decompress: | |
``` | |
./decompress fastq_file.LFastqC | |
``` | |
Output: | |
``` | |
fastq_file_fastq | |
``` | |
## MFCompress and Lpaq8 | |
We provided a precompiled version for both compressors for Ubuntu 16.04 64-bit, no further action needed beside chmod MFCompressC, MFCompressD, and lpaq8. | |
## Contact | |
``` | |
Sultan AlYami | |
sultan.al_yami@uconn.edu | |
``` |