]> git.donarmstrong.com Git - fastq-tools.git/blob - TODO
Much simpler faster code for parsing fastq files.
[fastq-tools.git] / TODO
1
2 general
3 =======
4
5 Man pages!
6
7
8 I would like to encorporate some domain-specific compression algorithm. Options
9 I know of:
10   * G-SQZ (http://www.tgen.org/research/gsqueez.cfm) : not open source (i.e. not an option)
11   * fqzcomp (http://seqanswers.com/forums/archive/index.php/t-6349.html)
12   * DSRC (http://bioinformatics.oxfordjournals.org/cgi/content/short/27/6/860?rss=1) :
13     Not yet available?
14   * Invent my own.
15
16
17
18
19
20
21 program specific
22 ================
23
24
25 fastq-grep
26 ----------
27
28
29
30 fastq-kmers
31 -----------
32
33
34
35 fastq-match
36 -----------
37
38 Specifying the score matrix, rather than using a hardcoded.
39
40 The implementation of the Smith-Waterman algorithm could be more efficient. We
41 might look to Phil Green's cross_match implementation for ideas.
42
43 An option to return the sequences that match past a certain threshold would be
44 useful.
45
46
47
48 fastq-uniq
49 ----------
50
51