Git Product home page Git Product logo

abanalysis's Introduction

AbAnalysis (Python 3 only)

Usage

To run AbAnalysis on a single FASTA or FASTQ file:
python ab_analysis.py -i <input-file> -o <output-directory> -t <temp-directory>

To iteratively run AbAnalysis on all files in an input directory:
python ab_analysis.py -i <input-directory> -o <output-directory> -t <temp-directory>

Additional options

-m, --merge Input directory should contain paired FASTQ (or gzipped FASTQ) files. Paired files will be merged with PANDAseq prior to processing with AbAnalysis.

-u N, --uaid N Sequences contain a unique antibody ID (uaid) of length N. The uaid will be parsed and added to the JSON output.

-s, --species Select the species from which the input sequences are derived. Supported options are 'human', 'mouse', and 'macaque'. Default is 'human'.

-n, --next_seq Use if the sequences were generated on a NextSeq sequencer. Multiple lane files from the same sample will be merged.

Helper scripts

Two helper scripts are included:
batch_merge.py performs PANDAseq merging on a directory of paired FASTQ (or gzipped FASTQ) files.
mongoimport.py iteratively imports a directory of JSON files into a MongoDB database.

Requirements

Python 3 >= 3.7
biopython >= 1.76

batch_merge.py requires PANDAseq (https://github.com/neufeld/pandaseq)
mongoimport.py requires MongoDB >= 2.6 (http://www.mongodb.org/) and pymongo >= 3.7

Notes

You don't need to install igblastn. The binaries are included in this repository.
AbAnalysis should work correctly with Windows(x86, x64), Linux, OS X

You can install almost all the requirements with pip or anaconda

pandaseq will require some level of professional skills to compile binaries for Windows. OS X/Linux compiled versions you can find under the official releases tab on GitHub (https://github.com/neufeld/pandaseq/releases)

If you need Python 2 version, please, download python2 branch.

abanalysis's People

Contributors

rmukh avatar

Stargazers

Peter Clarke avatar

Watchers

 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.