Giter VIP home page Giter VIP logo

cellranger-atac's Introduction

Building Cell Ranger ATAC 1.2.0

Build dependencies

This package has been built internally using:

  • Python 2.7.13
  • clang 7.0 (gcc/g++ should also work)
  • go 1.12

Setting up the environment and build dependencies

Example setup of build dependencies on Ubuntu 20.04

# use gcc/g++ in this case to support GLIBCXX_3.4.25 in pre-built ranger package
sudo apt-get install make gcc g++ pkg-config

# Add golang to path
wget https://golang.org/dl/go1.12.17.linux-amd64.tar.gz
tar xf go1.12.17.linux-amd64.tar.gz
export PATH=/path/to/go/bin:$PATH
export GOROOT=/path/to/go

# Source the Ranger package for python, the Martian Environment and binary dependencies
source /path/to/ranger-1.2.0-ATAC/sourceme.bash

Build command

make

Running Cell Ranger ATAC

Setting up the Runtime dependencies for Cell Ranger ATAC

source /path/to/open-source/cellranger-atac/sourceme.bash

Note about Loupe

The binaries required to generate Loupe Cell Browser (.cloupe) are not included in this repository or in the binary dependencies package Ranger. The necessary binaries, including crconverter, bamtofastq, etc. can be obtained from an existing binary version of Cell Ranger ATAC by running:

cp /path/to/cellranger-atac/cellranger-atac-cs/1.2.0/lib/bin/crconverter /path/to/open-source/cellranger-atac/lib/bin/

Support

We do not provide support for building and running this code.

The officially supported release binaries are available at: (https://support.10xgenomics.com/single-cell-atac/software/downloads/latest)

cellranger-atac's People

Contributors

flyingrobin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.