[go: up one dir, main page]

Showing 20 open source projects for "smith waterman"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1

    CUDASW++: Smith-Waterman Algorithm

    The fastest Smith-Waterman protein database search algorithm on GPUs

    CUDASW++ software is a public open source software for Smith-Waterman protein database searches on Graphics Processing Units with CUDA. This software have been added to the NVIDIA Tesla Bio Workbench (http://www.nvidia.com/object/swplusplus_on_tesla.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    adapter trimmer

    We implement a very simple approach. Each read is searched for the jun

    We implement a very simple approach. Each read is searched for the junction adapter (CTGTCTCTTATACACATCT) and its reverse complement (AGATGTGTATAAGAGACAG) based on Hamming distance, the entire junction being CTGTCTCTTATACACATCT+AGATGTGTATAAGAGACAG. If a match to either side of the junction is found then the entire 38bp juncton is clipped. This means the algorithm can tolerate an indel error in one of the sides of the junction, but not both. Optionally Smith-Waterman alignment can be turned...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SW#

    SW#

    smith waterman, gpu, cuda, alignment

    SW# (swsharp) is a library for sequence alignment based on CUDA enabled GPUs. It utilizes Hirschbergs and Ukkonens algorithm for memory efficiency and additional speed up. The library is scalable for use with multiple GPUs. Some parts of the library utilize MPI for CUDA enabled clusters. This work has been supported in part by Croatian Science Foundation under the project UIP-11-2013-7353. Database search now...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SWAPHI: Smith-Waterman on Intel Xeon Phi

    The first protein sequence database search on shared-host Xeon Phis

    The first parallel algorithm to accelerate the Smith-Waterman protein database search on shared-host multiple Intel Xeon Phi coprocessors. By searching against the UniProtKB/TrEMBL database, SWAPHI achieves a performance of up to 58.8 billion cell updates per second (GCUPS) on a single Xeon Phi and up to 228.4 GCUPS on four Xeon Phis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    BABA stands for Basic-Algorithms-of-Bioinformatics Applet. This project aims to create a set of bioinformatic algorithms presented didactically. The algorithms available at the moment are: Needleman&Wunsch, Smith&Waterman, Four Russians and Nussinov.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    SWAPHI-LS: Alignment on Xeon Phi Cluster

    Smith-Waterman long DNA sequence alignment on Xeon Phi clusters

    The first parallel Smith-Waterman algorithm exploiting Intel Xeon Phi clusters to accelerate the alignment of long DNA sequences. This algorithm is written in C++ (with a set of SIMD intrinsic extensions), OpenMP and MPI. The performance evaluation revealed that our algorithm achieves very stable performance, and yields a performance of up to 30.1 GCUPS on a single Xeon Phi and up to 111.4 GCUPS on four Xeon Phis sharing a host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    CUDAlign

    CUDAlign is a tool that aligns huge DNA sequences in CUDA capable GPUs

    CUDAlign is a tool able to align pairwise DNA sequences of unrestricted size in CUDA GPUs, using the Smith-Waterman algorithm combined with Myers-Miller. It produces the optimal alignment of 1 million base sequences in 45 seconds using a GTX 560 Ti. Many optimizations are being developed for this software. Look at the following papers for detailed information: [1] Edans Sandes, Alba Melo. Retrieving Smith-Waterman Alignments with Optimizations for Megabase Biological Sequences using GPU. IEEE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ... sequences of DNA, RNA, protein to identify regions of similarity that may be a consequence of functional, structural, or evolutionary relationships between the sequences. The sequence Alignment is done by using The Smith-waterman algorithm - a general local alignment method also based on dynamic programming. In this project user has an option to save sequence in either of these formats. FASTA format or CLUSTAL format.Medical Fields can make use of this application .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NeedlemanWunsch

    NeedlemanWunsch

    Fast global sequence alignment for the masses!

    MOVED TO GITHUB: https://github.com/noporpoise/seq-align Global optimal sequence alignment using the Needleman-Wunsch algorithm. Aligns DNA, RNA, protein sequence and more! See our sister project local alignment using Smith-Waterman: http://sourceforge.net/projects/smithwaterman/
    Downloads: 2 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 10
    Swift Sequence Alignment Program

    Swift Sequence Alignment Program

    GPU-based DNA sequence alignment program using Smith-Waterman

    Swift is a DNA sequence alignment program that produces gapped alignment using the Smith-Waterman algorithm. It takes in a query file (FASTA format) and a reference file (FASTA format) as input. It outputs the reference name, read name, gapped alignment, alignment score, alignment start and end positions, and alignment length. I gave a talk on Swift in the GPU Technology Conference 2012. The talk can be accessed at http://www.gputechconf.com/gtcnew/on-demand-GTC.php?sessionTopic=58...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    SmithWaterman

    SmithWaterman

    Fast local sequence alignment for the masses!

    MOVED TO GITHUB: https://github.com/noporpoise/seq-align An implementation of the Smith-Waterman local sequence alignment algorithm. See our sister project global alignment using Needleman-Wunsch: http://sourceforge.net/projects/needlemanwunsch/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A log anomaly detector tool which uses a modified Smith Waterman algorithm to identify matching (or non-matching) messages, against archived syslog messages in real time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JFinisher

    JFinisher

    JFinisher is software for alignment, editing and manipulation DNA seqs

    JFinisher is software for alignment, editing and manipulation of biological sequences. It aims to assist in the finishing of genome assembly. Starting from a reference sequence, the program align contigs using Smith-Waterman local alignment algoritm with auxiliary methods, allowing management of the alignments generated. It has graphical interface for manipulation and visualization of the actions, uniting features that help in editing the sequences. It has internal projects manageable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Smith-Waterman algorithm implementation on CPU, GPU and FPGA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Multi-functional batch sequence aligner incorporating Needleman-Wunsch, Smith-Waterman and Oommen-Kashyap algorithms along with compound alignment of secondary sequences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An efficient implementation of the Smith-Waterman algorithm that takes advantage of SIMD instruction sets in modern CPUs. The Smith-Waterman algorithm is used for sequence alignment in bioinformatics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An implementation of the smith-waterman algorithm on the cell broadband engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JAligner is an open source Java implementation of the dynamic programming algorithm Smith-Waterman with Gotoh's improvement for biological local pairwise sequence alignment with the affine gap penalty model.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    NeoBio is a Java class library of Computational Biology Algorithms. The current version consists mainly of pairwise sequence alignment algorithms such as the classical dynamic programming methods of Needleman-Wunsch and Smith-Waterman.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 20
    Bioinformatics program for analysing two (currently) or more (in the future) protein sequences and compare them using a Smith-Waterman and/or Needleman-Wunsch algorithms. Also set on gathering inherent statistical analysis from the process and displaying
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next