File: RELEASE-0.5.rst

package info (click to toggle)
python-screed 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: python: 3,356; makefile: 169; sh: 32; javascript: 16
file content (22 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
============
Release v0.5
============

We are proud to announce the release of screed v0.5. screed is a database engine
capable of storing and retriving short-read sequence data. screed is designed
to be fast and adaptable to different sequence file formats. This marks the
first release of screed which we consider stable and complete.

Features:
 - Read sequence data from FASTA/FASTQ files into screed databases
 - Save screed databases back to FASTA/FASTQ files
 - Lookup sequence data by index (offset) or name
 - Native support for sequence substring slicing
 - Convert between FASTA <-> FASTQ file formats

screed is written entirely in Python and uses the Sqlite database for backend
storage. screed can be downloaded from the public git repository:
http://github.com/acr/screed.git

screed is licensed under the BSD license which can be viewed in the
doc/LICENSE.txt file.