Releases: marbl/seqrequester
Releases · marbl/seqrequester
Seqrequester v1.0
These are release notes for Seqrequester version 1.0, which was released on June 26th, 2024. Seqrequester is a utility for working with sequence files and supports compressed or uncompressed FASTA/FASTQ as well as SAM, BAM and CRAM. There is, sadly, no documentation.
Installation
Users can download Seqrequester as source code, which then needs to be compiled, or use Conda to install directly.
To install from source code (DO NOT download the Source code files provided by GitHub as these will not compile, use seqrequester-1.0.tar.gz instead):
curl -LRO https://github.com/marbl/seqrequester/releases/download/v1.0/seqrequester-1.0.tar.gz
tar -xJf seqrequester-1.0.tar.gz
cd seqrequester-1.0/src
make -j 8
cd ..
Seqrequester will be installed at seqrequester-1.0/build/bin/seqrequester.
Changes and Bug Fixes
None. It's the first release!
Known Issues
See the issues page for up-to date open issues, or to report a problem.