Showing 44 open source projects for "g-code"

View related business solutions
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 1
    Source code from the Research Institute for Signals, Systems and Computational Intelligence http://fich.unl.edu.ar/sinc
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 2
    Comet MS/MS search engine

    Comet MS/MS search engine

    Comet open source tandem mass spectrometry (MS/MS) search engine.

    September 2021: the code repository has migrate to https://github.com/UWPR/Comet Comet is an open source tandem mass spectrometry (MS/MS) sequence database search engine. It identifies peptides by searching MS/MS spectra against sequences present in protein sequence databases. Comet currently exists as a simple Windows or Linux command line binary that only does MS/MS database search. Supported input formats are mzXML, mzML, ms2, and Thermo RAW files. Supported output formats are tab...
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3

    AstroBioTools

    Adaptive analysis of amino acid alphabets

    A new, fast implementation of algorithms used for the adaptive analysis of amino acid alphabets as described in Philip, G. K., & Freeland, S. J. (2011). Did evolution select a nonrandom “alphabet” of amino acids? Astrobiology, 11(3), 235-240. Ilardo, M., Meringer, M., Freeland, S., Rasulev, B., & Cleaves II, H. J. (2015). Extraordinarily adaptive properties of the genetically encoded amino acids. Scientific reports, 5, 9414. Ilardo, M., Bose, R., Meringer, M., Rasulev, B...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    GenForm

    Generation of molecular formulas by high-resolution MS and MS/MS data

    ... be downloaded here: https://sourceforge.net/p/genform/code/HEAD/tree/trunk/data/ A first program call could look like this: GenForm ms=SinapinicAcidMs.txt msms=SinapinicAcidMsMs.txt exist out
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5

    dualword-chem

    chemical viewer

    chemical viewer written in C++ (Qt, RDKit) Source code: http://github.com/dualword/dualword-chem
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Fast and efficient 3D pharmacophore search developed by the Camacho Lab (http://smoothdock.ccbb.pitt.edu) at the University of Pittsburgh. Source code is available through the svn repository.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    Quadric

    Quadric

    Application for simple base-2 binary to base-4 DNA-code conversion

    Quadric is an opensource file converter created by the Jomcraft Network development team. In it's core functionality this small utility can transform base-2 binary files into base-4 DNA-coded human-legible ASCII-files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    An open source framework for LC-MS based proteomics and metabolomics. OpenMS offers data structures and algorithms for the processing of mass spectrometry data. The library is written in C++. Our source code and wiki lives on GitHub (https://github.com/OpenMS/OpenMS).
    Downloads: 13 This Week
    Last Update:
    See Project
  • 9
    Patlac--Xml2cpp is a totally customizable code generator that generates classes (c++ for now) automatically from a xsd schema. Classes are described in google-ctemplate files and a xml options file allow precise definition of projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • User Testing Platform | Testeum Icon
    User Testing Platform | Testeum

    Get worldwide testers to review your software, app or website! Quickly find bugs and usability issues in less than 48 hours.

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 10
    This site hosts the source code for C++ version of the Broker for SBW, NOM module, advanced simulation suite, analysis applications and model editors.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    GenCodeGenerator

    C++ class to generate biologically plausible genetic codes

    The "GeneticCode" C++ class is designed to generate versions of the genetic code subject to the requirements of the three major models of the genetic code origin and evolution (about these models see, e.g., Koonin & Novozhilov, 2009, IUBMB Life). This class was written specifically to perform statistical test for the paper Makukov & shCherbak (2017), but it might be used for a wider class of studies related to the genetic code. By default, the class "GeneticCode" generates alternative...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Virtual Cell

    Former home of the Virtual Cell platform (VCell), see http://vcell.org

    This project and all source code has moved to GitHub, see https://github.com/virtualcell
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    BioC

    We describe a simple XML format to share text documents and annotation

    A minimalist approach to share text documents and data annotations. Allows a large number of different annotations to be represented. Project files contain: - simple code to hold/read/write data and perform sample processing. - BioC-formatted corpora - BioC tools that work with BioC corpora BioC goals - simplicity - interoperability - broad use - reuse There should be little investment required to learn to use a format or a software module to process that format. We...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    fast_count_multi

    Extremely fast NGS read counter

    ... gtf_file bam_file(s) > output Requires bamtools API library at run time, and c++0x for compile. git clone https://github.com/pezmaster31/bamtools cd bamtools mkdir build cd build cmake .. make export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:path to/lib g++ -I bamtools/include/ -L bamtools/lib/ -o fast_count_multi fast_count_multi.cpp -lz -lbamtools -fpermissive -pthread -std=c++0x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    denovo_hit

    Outputs potential denovo variants from VCF given pedigree information.

    Program takes variants calls and determines if the call is novel for a child compared to parents. Program can handle both annotated and unannotated VCF files, however output file is not compatible with GATK's snpEff, so you should annotate prior to using denovo_hit. Usage: ./denovo_hit <VCF file> <PED file> Output: ./potential_denovo.txt To compile: g++ -std=c++11 denovo_hit.cpp -o denovo_hit Please see files for example VCF file, and pedigree file. Format VCF file (tab delimited...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HeatmapGenerator
    ... suite to examine differential gene expression levels using an R and C++ hybrid computational pipeline." Source Code for Biology and Medicine, 2014 9:30] HeatmapGenerator source code is available at: https://github.com/Bohdan-Khomtchouk/HeatmapGenerator Bohdan Khomtchouk wishes to acknowledge the support of the Department of Defense (DoD) through the National Defense Science & Engineering Graduate Fellowship (NDSEG) Program. HeatmapGenerator is released under the GNU GPL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    bio-cargo

    CARGO - Compressed ARchival for GenOmics

    CARGO is a high-level framework that can semi-automatically generate software systems optimized for the compressed storage of arbitrary types of large genomic data collections. Straightforward applications of CARGO methods to compress FASTQ and SAM format archives require only a few lines of code, produce solutions that match and sometimes outperform specialized format-tailored compressors, and scale well to multi-TB datasets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Moose

    Multiscale Neuroscience and Systems Biology Simulator

    Moose is the core of a modern software platform for the simulation of neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, large networks, and systems-level processes. We have moved Github.com. This should be your source for the latest version of the code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Madeline 2.0 Pedigree Drawing Engine

    Madeline 2.0 Pedigree Drawing Engine (PDE)

    The Madeline 2.0 Pedigree Drawing Engine is a pedigree drawing program designed to handle large and complex pedigrees with an emphasis on readability and aesthetics. PLEASE NOTE THAT as of 2015.09.30, the most current Madeline source code tree is now maintained on GITHUB at https://github.com/piratical/Madeline_2.0_PDE .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    parSRA

    Portable Framework for the Parallel Execution of Short Read Aligners

    ... allows the users to parallelize the execution of existing SRA tools without the need to modify the source code of parSRA or the aligner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    CUDAlign

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

    ... Transactions on Parallel and Distributed Systems, vol. 99, PrePrints, 2012 [2] Edans Sandes, Alba Melo. Smith-Waterman Alignment of Huge Sequences with GPU in Linear Space. IPDPS 2011: 1199-1211 [3] Edans Sandes, Alba Melo. CUDAlign: using GPU to accelerate the comparison of megabase genomic sequences. PPOPP 2010: 137-146 The latest source code can be found in Github. See the MASA project at https://github.com/edanssandes/MASA-CUDAlign
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    Virus QSP Modeling

    C++ and Python code for simulating RNA virus replication

    Stochastic simulation model of poliovirus Sabin-to-Mahoney genetic state transition (C++ code). Models genotypes, virus populations, and quasispecies cloud. Simulates replication error and copy-choice recombination. Various parameters guiding the model are user-specified. Python code post-processes simulation output to produce report files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Automatic cell lineage reconstruction

    Automatic segmentation and tracking for 3D time-lapse microscopy

    ... of fluorescence microscopes, (2) scalability, by analyzing advanced stages of development with up to 20,000 cells per time point, at 26,000 cells min-1 on a single computer workstation, and (3) ease of use, by adjusting only two parameters across all data sets and providing visualization and editing tools for efficient data curation. Our approach achieves on average 97.0% linkage accuracy across all species and imaging modalities." *Please cite this paper if you use this code for your research
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MICA-aligner

    MICA-aligner

    Next-generation sequencing short reads aligner based on Intel® MIC

    Latest Code in GitHub: https://github.com/aquaskyline/MICA-aligner To better utilize MIC-enabled computers for NGS data analysis, we developed a new short-read aligner MICA that is optimized in view of MIC’s limitation and the extra parallelism inside each MIC core. Experiments on aligning 150bp paired-end reads show that MICA using one MIC board is ~4.85 times faster than the CPU-(multi-core)-based BWA-MEM and about the same speed as the GPU-based SOAP3-dp. Furthermore, MICA’s simplicity...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SOAP3-DP

    SOAP3-DP

    Fast, Accurate and Sensitive GPU-based Short Read Aligner

    Latest Code on GitHub: https://github.com/aquaskyline/SOAP3-dp SOAP3-dp, through leveraging the computational power of both CPU and GPU with optimized algorithms, delivers high speed and sensitivity simultaneously. Compared with widely adopted aligners including BWA, Bowtie2, SeqAlto, CUSHAW2, GEM and GPU-based aligners BarraCUDA and CUSHAW, SOAP3-dp was found to be two to tens of times faster, while maintaining the highest sensitivity and lowest false discovery rate (FDR) on Illumina reads...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next