arcs

🌈Scaffold genome sequence assemblies using linked or long read sequencing data

GPL-3.0 License

Stars
91

Bot releases are visible (Hide)

arcs - ARCS v1.2.6 Latest Release

Published by lcoombe 11 months ago

  • Release version 1.2.6
  • Bugfix for arks-tigmint and arcs-tigmint rules in arcs-make
  • Update documentation
arcs - ARCS v1.2.5

Published by lcoombe almost 2 years ago

  • Release version 1.2.5
  • Update arcs-make to allow uncompressed long read files as input
arcs - ARCS v1.2.4

Published by lcoombe over 2 years ago

  • Release version 1.2.4
  • Remove integrated btllib, make it a dependency
arcs - ARCS v1.2.3

Published by lcoombe over 2 years ago

  • Release version 1.2.3
  • Add arcs-make, makeTSVfile.py to 'bin' folder
  • Add -I option to minimap2 for arcs-long target to avoid
    splitting index if genome size large
    • Set to 50G by default, can be changed using minimap2_index_size
  • Update documentation
  • Bugfixes
arcs - ARCS v1.2.2

Published by lcoombe over 3 years ago

  • Release version 1.2.2
  • long-to-linked-pe script ported to C++
  • pseudo-linked reads are streamed directly from long-to-linked-pe to arcs --arks in ARKS-long mode
  • Bugfixes
arcs - ARCS v1.2.1

Published by theottlo over 3 years ago

  • Release version 1.2.1
  • Added arcs-make to tar.gz
arcs - ARCS v1.2.0

Published by theottlo over 3 years ago

  • Release version 1.2.0
  • Users can now also use long reads to scaffold draft assemblies
  • Added --arcs-long and --arks-long modes to arcs-make so users can run the ARCS+LINKS pipeline using long reads as input
    • long-to-linked-pe segments and assigns barcodes to the long
      reads prior to running ARCS and LINKS
arcs - ARCS v1.1.1

Published by lcoombe almost 5 years ago

  • Release version 1.1.1
  • Users can now set the --pair parameter to output a tsv file with the number of links supporting each orientation (hh, ht, th, tt) of each scaffold pair
  • Bug fix to binomial test
arcs - ARCS v1.1.0

Published by lcoombe about 5 years ago

  • 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 - ARCS v1.0.6

Published by warrenlr over 5 years ago

Big fixes
Improved documentation
Better input error handling

arcs - ARCS v1.0.5

Published by benvvalk about 6 years ago

  • Fix whitespace errors in makeTSVfile.py
arcs - ARCS v1.0.4

Published by sjackman over 6 years ago

  • Do not trim lower-case characters from the ends of sequences.
arcs - ARCS v1.0.3

Published by sjackman over 6 years ago

  • Use BX tag by default if present. The option --bx now has no effect.
  • Read the FASTA sequence lengths from the SAM header.
arcs - ARCS v1.0.2

Published by benvvalk over 6 years ago

  • 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 - ARCS v1.0.1

Published by benvvalk almost 7 years ago

  • 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 - ARCS v1.0.0

Published by sarahyeo almost 8 years ago