-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
32 lines (23 loc) · 957 Bytes
/
TODO
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
Mason 2 TODOs
=============
URGENT
------
mason_simulator
* FASTQ input from a typical run for quality and N-patterns, cycle through data
- This requires bulk-simulation of reads to circumvent possible problems.
mason_splicer
* test splicing on dmel, check by blasting against reference
IMPORTANT
---------
* compress temporary files (allow to switch off) so HDD memory usage is better
* use heap/tournament tree for merging in FastaJoiner
* testing, FASTQ profiles etc., methylation pattern check
* joining of FASTA files uses lexical comparison not natural number order
* exceptions instead of return codes
* use different seeds from command line for methylation levels and other stuff
* rework methylation simulation with context (drop C context, cannot happen!)
LATER
-----
* biases in mismatch errors from input, trained from real-world data
* add simulation of adaptors/barcodes
* more robust parsing of VCF for variant import