bcgsc/arcs

Name: arcs

Owner: BC Cancer Agency Canada's Michael Smith Genome Sciences Centre

Description: Scaffold genome sequence assemblies using 10x Genomics data

Created: 2016-06-06 19:10:09.0

Updated: 2017-11-30 13:14:38.0

Pushed: 2017-12-08 22:24:14.0

Homepage:

Size: 21249

Language: C++

GitHub Committers

UserMost Recent Commit# Commits
Jan van Haarst2018-02-13 18:12:50.03
Shaun Jackman2018-03-21 19:48:01.033
Justin Chu2017-04-02 20:17:03.02
Ben Vandervalk2018-03-14 17:29:38.027
René Warren2018-01-12 19:17:21.04
Sarah Yeo2017-05-18 16:11:14.040
lcoombe2018-03-13 22:56:48.02

Other Committers

UserEmailMost Recent Commit# Commits

README

ARCS

Scaffolding genome sequence assemblies using 10X Genomics GemCode/Chromium data.

Dependencies
Compilation:

If cloning directly from the repository run:

togen.sh

To compile ARCS run:

nfigure && make

To install ARCS in a specified directory:

nfigure --prefix=/ARCS/PATH && make install

If your boost library headers are not in your PATH you can specify their location:

nfigure ?-with-boost=/boost/path --prefix=/ARCS/PATH && make install
ARCS+LINKS Pipeline

There are three steps to the pipeline:

  1. Run ARCS to generate a Graphviz Dot file (.gv). Nodes in the graph are the sequences to scaffold, and edges show that there is evidence to suggest nodes are linked based on the data obtained from the GemCode/Chromium reads.

  2. Run the python script Examples/makeTSVfile.py to generate a file named XXX.tigpair_checkpoint file from the ARCS graph file. The XXX.tigpair_checkpoint file will be provided to LINKS in step 3.

  3. Run LINKS with the XXX.tigpair_checkpoint file as input. To do this, the base name (-b) must be set to the same name as XXX.

An example bash script on how to run the ARCS+LINKS pipeline can be found at: Examples/pipeline_example.sh

you can test your installation by following instructions at: Examples/arcs_test-demo/README.txt and compare your output to the files provided at: Examples/arcs_test-demo/output/

Citing ARCS

Paper : https://doi.org/10.1101/100750

LINKS : http://www.bcgsc.ca/platform/bioinfo/software/links https://github.com/warrenlr/LINKS

License

ARCS Copyright (c) 2016 British Columbia Cancer Agency Branch. All rights reserved.

ARCS is released under the GNU General Public License v3

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

For commercial licensing options, please contact Patrick Rebstein prebstein@bccancer.bc.ca


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.