-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtasks.todo
51 lines (38 loc) · 1.22 KB
/
tasks.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
General:
☐ Fetch test datasets
☐ Add plotting back to insert size
FQ-Meta:
☐ Fetch information on SRR/SRA data from API?
FQ-Dedup:
☐ Modify behavior to always output regardless of dups.
Tools:
☐ JSON (VCF)
☐ Library identification through correlated coverage?
☐ VCF2TAB
☐ random
https://www.ncbi.nlm.nih.gov/books/NBK25499/
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=sra&id=SRR015141&retmode=xml
JSON:
☐ Add GT decoder → Genotype array
☐ Warn user about supplying region when pipeing in (no index)
☐ Disable keyboard interrupt warnings
☐ Annotation-max flag?
☐ Tests
☐ Warn user when --samples but no format field
TSV:
☐ Convert VCF to tabular format ~ Wide or long
Index Swap:
☐ Filter by base pair (20)
☐ Filter minimum mapping quality (10)
☐ Minimum coverage level (10 reads)
☐ Group by flowcell/lane
BAM:
☐ BAM list chromoomes
✔ BAM window iterator @done(20-01-28 06:48)
✔ Insert size calc → Parallelize across chromosome. @done(20-01-28 06:07)
VCF:
☐ VCF list chromosome
☐ VCF window iterator
☐ VCF Subsample?
☐ Tajima's D (Parallelize across chrom?)
Genome manager (a better one?):