Results for "Parallel"

Tags

  • Many-Core Engine (MCE) for Perl example

    MCE spawns a pool of workers and therefore does not fork a new process per each element of data. Instead, MCE follows a bank queuing model. Imagine the line being the data and bank-tellers the parallel workers. MCE enhances that model by adding the ability to chunk the next n elements from the in...

    Tags: Bioinformatics, Programming, Perl, MCE, Parallel, Core, Thread, Fork

    2636 days ago

  • Parallel Processing with Perl !

    Here is a small tutorial on how to make best use of multiple processors for bioinformatics analysis. One best way is using perl threads and forks. Knowing how these threads and forks work is very important before implementing them. Getting to know how these work would be really useful before read...

    Tags: Parallel, Processing, Perl, Bioinformatics, Programming

    2064 days ago

  • MSAProbs - Parallel and accurate multiple sequence alignment

    MSAProbs is a well-established state-of-the-art multiple sequence alignment algorithm for protein sequences. The design of MSAProbs is based on a combination of pair hidden Markov models and partition functions to calculate posterior probabilities. Assessed using the popular benchmarks: BAli...

    Tags: MSAProbs, Parallel, accurate, multiple, sequence, alignment

    1746 days ago

  • Perl script to run in parallel https://perlmaven.com/speed-up-calculation-by-running-in-parallel #Perl #Parallel #Script #Core #Thread

    Tags: Perl, Parallel, Script, Core, Thread

    1600 days ago

  • Π-cyc: A Reference-free SNP Discovery Application using Parallel Graph Search

    Reference free SNP search for comparative population genomics: multiple samples run simultanously. **experimental phase, compiles and runs with OpenMPI-1.8.8 with Intel Compiler only Cycles enumeration (aka Bubbles) as part of de novo de bruijn graphs assembly using colours can be unpractical fo...

    Tags: Π-cyc, Reference-free, SNP, Discovery, Application, Parallel, Graph, Search

    1544 days ago

  • PaReBrick: PArallel REarrangements and BReaks identification toolkit

    PaReBrick. The tool takes a collection of strains represented as a sequence of oriented synteny blocks and a phylogenetic tree as input data. It identifies rearrangements, tests them for consistency with a tree, and sorts the events by their parallelism score. The tool provides diagrams of the ne...

    Tags: PaReBrick, Parallel, Rearrangements, Breaks, identification, toolkit

    924 days ago

  • A #parallel implementation of #gzip for modern #multi-processor, #multi-core machines http://zlib.net/pigz/

    Tags: parallel, gzip, multi, multi

    2537 days ago

  • CrocoBLAST: Optimized parallel implementation of local sequence alignment algorithms

    Local sequence alignment is a cornerstone of bioinformatics, allowing to compare the amino-acid sequences of different proteins, or the nucleotide sequences of different pieces of DNA. The Basic Local Alignment Search Tool (BLAST) has revolutionized the field of bioinformatics, and is currently i...

    Tags: CrocoBLAST, Optimized, parallel, local, sequence, alignment, algorithms

    2461 days ago

  • pWhatsHap: a parallel, high-performance version of WhatsHap

    Given the potential relevance of efficient haplotyping in several analysis pipelines, we have designed and engineered pWhatsHap, a parallel, high-performance version of WhatsHap. pWhatsHap is embedded in a toolkit developed in Python and supports genomics datasets in standar...

    Tags: pWhatsHap, parallel, high-performance, WhatsHap, Phasing, Phase, Genome, Alles, Haplotype

    1983 days ago

  • PilonGrid: parallel wrapper around the Pilon framework

    The distribution is a parallel wrapper around the Pilon framework The pipeline is composed of bash scripts, an example mapping.fofn which shows how to input your fastq files (you give paths to the R1 file), and how to launch the pipeline.  

    Tags: PilonGrid, parallel, wrapper, Pilon, framework

    1954 days ago