Giter Site home page Giter Site logo

r-barnes / xavier Goto Github PK

View Code? Open in Web Editor NEW

This project forked from giuliaguidi/xavier

0.0 2.0 0.0 97.36 MB

XAVIER: High-Performance X-Drop Adaptive Banded Pairwise Alignment

License: Other

C++ 63.56% Makefile 0.03% C 1.63% Shell 0.23% Python 3.30% CMake 1.25% Awk 0.02% R 0.04% PHP 22.24% Roff 1.33% Batchfile 0.04% CSS 1.40% JavaScript 2.21% HTML 2.68% TeX 0.02% GLSL 0.01% Tcl 0.01% Meson 0.01%

xavier's Introduction

XAVIER computes high-performance x-drop adaptive banded pairwise alignment exploiting instruction level parallelism via Single-Instruction-Multiple-Data (SIMD) operations. Our implementation uses a narrow bandwidth that appreciably improves performance reducing the search space for the optimal alignment. The adaptive mechanism enables Xavier to find the optimal alignment between related sequences even when the error rate is as high as 50%.

Requirement

XAVIER requires C++17.

Build

git clone https://github.com/giuliaguidi/xavier
cd xavier
git submodule init
git submodule update
make

Build and Install for Integration into Larger Projects

You need to install meson and ninja. Once installed:

mkdir build && cd build
meson && ninja

or

meson build .
ninja -C build

API

You can find a demo on how to run/call XAVIER in /examples/demo.cpp:

cd examples
make
./demo

Copyright Notice

Xavier: High-Performance X-Drop Adaptive Banded Pairwise Alignment (Xavier) Copyright (c) 2019, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Intellectual Property Office at [email protected].

NOTICE. This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit other to do so.

Acknowledgments

Funding provided in part by DOE ASCR through the Exascale Computing Project and computing provided by NERSC.

xavier's People

Contributors

armintoepfer avatar edyounis avatar giuliaguidi avatar

Watchers

 avatar  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.