forked from bcgsc/arcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
42 lines (31 loc) · 1.43 KB
/
ChangeLog
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
2018-07-31 Ben Vandervalk <benv@bcgsc.ca>
* Release version 1.0.5.
* Fix whitespace errors in makeTSVfile.py
2018-06-20 Shaun Jackman <sjackman@bcgsc.ca>
* Release version 1.0.4.
* Do not trim lower-case characters from the ends of sequences.
2018-04-13 Shaun Jackman <sjackman@bcgsc.ca>
* Release version 1.0.3.
* Use BX tag by default if present. The option `--bx` now has no effect.
* Read the FASTA sequence lengths from the SAM header.
2018-03-12 Ben Vandervalk <benv@bcgsc.ca>
* Release version v1.0.2
* added `--bx` option to parse Chromium barcodes from BX tag
* fixed `makeTSVfile.py` for improved handling of distance
estimates in LINKS v1.8.6 or later. The ARCS `--dist_est`
option must be turned for distance estimates to be generated
and used downstream by LINKS.
* fixed incorrect default value of `--end_length` (0 => 30000)
* fixed `--graph` option to output vertex declarations in
same order as input FASTA (ABySS compatibility fix)
2017-12-04 Ben Vandervalk <benv@bcgsc.ca>
* Release version v1.0.1
* added `--dist_est` option to estimate gap sizes
* distance estimations are based on number of shared Chromium
barcodes between neighbouring contig head/tail regions
* added unit tests (`make check`)
* added `--tsv` option to output graph in TSV format
* added `--barcode-counts` option to output number of
reads per barcode in TSV format
2016-09-15 Sarah Yeo <syeo@bcgsc.ca>
* Release version v1.0.0