Skip to content

Releases: bcgsc/arcs

ARCS v1.1.0

09 Sep 18:14
Compare
Choose a tag to compare
  • 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 --arks option to run in ARKS mode
    • Updated arcs-make to specify in which mode to run the scaffolding with linked reads
  • Bug fix to calculation of barcode multiplicity

ARCS v1.0.6

13 May 14:32
Compare
Choose a tag to compare

Big fixes
Improved documentation
Better input error handling

ARCS v1.0.5

31 Jul 22:21
Compare
Choose a tag to compare
  • Fix whitespace errors in makeTSVfile.py

ARCS v1.0.4

20 Jun 22:49
Compare
Choose a tag to compare
  • Do not trim lower-case characters from the ends of sequences.

ARCS v1.0.3

14 Apr 05:51
Compare
Choose a tag to compare
  • Use BX tag by default if present. The option --bx now has no effect.
  • Read the FASTA sequence lengths from the SAM header.

ARCS v1.0.2

14 Mar 17:46
Compare
Choose a tag to compare
  • 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 on 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)

ARCS v1.0.1

08 Dec 22:25
Compare
Choose a tag to compare
  • Release version v1.0.1
  • added --dist_est option 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 --tsv option to output graph in TSV format
  • added --barcode-counts option to output number of
    reads per barcode in TSV format

ARCS v1.0.0

25 Oct 17:25
Compare
Choose a tag to compare
Update README.md