File: RELEASE-0.8.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 (70 lines) | stat: -rw-r--r-- 2,940 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Release v0.8
============

We are pleased to announce the release of Screed v0.8. Screed is a
database engine capable of storing and retrieving short-read sequence
data and is designed to be fast and adaptable to different sequence file
formats.

This version of Screed contains developer documentation for contributing
to the Screed project and a code of conduct for interacting with other
contributors and project maintainers. Documentation is available at
http://screed.readthedocs.org/en/v0.8/

New items of note:
------------------

This release successfully installs and passes its unit tests on Ubuntu
14.04 and the latest release of Mac OS X 10 "Yosemite". It also passes
the khmer acceptance tests as per the `eelpond testing
protocol. <https://github.com/dib-lab/literate-resting/blob/master/kp/README.txt>`__

This release of screed has renamed the 'accuracy' attribute of read
records to 'quality;' this API change will need to be adopted by all
users wanting to upgrade to this version. Unlike the khmer project,
Screed is not currently under semantic versioning. It will be with the
1.0 release.

-  Screed now has automatic compression detection via magic bit sniffing
   for gzip and bzip2 compressed files (from @mr-c in dib-lab/khmer#432)
-  Screed now supports streaming of uncompressed FASTA and FASTQ
   formatted nucleotide sequence data. bzip2 compressed FASTA and FASTQ
   formatted nucleotide sequence data can also be streamed but not gzip
   compressed FASTA and FASTQ formatted nucleotide sequence data. (from
   @mr-c, see dib-lab/khmer#633)
-  Screed now has a Changelog, developer documentation and a code of
   conduct (from @ctb, @mr-c, @bocajnotnef in dib-lab/khmer#625)
-  Versions are now autogenerated using git tags via Versioneer (from
   @bocajnotnef in cadceb5)
-  Documentation is now autogenerated using Doxygen (from @mr-c in
   d8ed05b)

Notable bugs fixed/issues closed:
---------------------------------

-  A khmer script was not accepting reads on the stdin dib-lab/khmer#633
   by @mr-c
-  screed returning the wrong version and breaking dev installs
   dib-lab/khmer#803 by @mr-c

Known Issues
------------

These are all pre-existing

-  Screed records cannot be sliced requiring un-Pythonic techniques to
   achieve the same behavior. This will be included in a future release.
   This is being tracked in dib-lab/khmer#768
-  Screed self-tests do not use a temporary directory which causes tests
   run from package-based installs to fail. This is being tracked in
   dib-lab/khmer#748
-  Screed does not support gzip file streaming. This is an issue with
   Python 2.x and will likely *not* be fixed in future releases. This is
   being tracked in dib-lab/khmer#700
-  Screed is overly tolerant of spaces in fast{a,q} which is against
   spec. This is being tracked in dib-lab/khmer#108

Contributors
------------

@bocajnotnef @mr-c @brtaylor92 @wrightmhw @kdmurray91 @luizirber @ctb