Releases: bcgsc/arcs
Releases · bcgsc/arcs
ARCS v1.1.0
- Release version 1.1.0
- Integrates 'ARKS' code (https://github.com/bcgsc/arks) into ARCS
- Now, can run ARCS in either default mode (using linked read alignments) or ARKS mode (using exact k-mer mapping)
- added
--arksoption to run in ARKS mode - Updated
arcs-maketo specify in which mode to run the scaffolding with linked reads
- Bug fix to calculation of barcode multiplicity
ARCS v1.0.6
Big fixes
Improved documentation
Better input error handling
ARCS v1.0.5
- Fix whitespace errors in makeTSVfile.py
ARCS v1.0.4
- Do not trim lower-case characters from the ends of sequences.
ARCS v1.0.3
- Use
BXtag by default if present. The option--bxnow has no effect. - Read the FASTA sequence lengths from the SAM header.
ARCS v1.0.2
- added
--bxoption to parse Chromium barcodes from BX tag - fixed
makeTSVfile.pyfor improved handling of distance
estimates in LINKS v1.8.6 or later. The ARCS--dist_est
option must be turned on for distance estimates to be generated
and used downstream by LINKS. - fixed incorrect default value of
--end_length(0 => 30000) - fixed
--graphoption to output vertex declarations in
same order as input FASTA (ABySS compatibility fix)
ARCS v1.0.1
- Release version v1.0.1
- added
--dist_estoption to estimate gap sizes- distance estimations are based on number of shared Chromium barcodes between contig head/tail regions that flank the gap
- added unit tests (
make check) - added
--tsvoption to output graph in TSV format - added
--barcode-countsoption to output number of
reads per barcode in TSV format
ARCS v1.0.0
Update README.md