Giter VIP home page Giter VIP logo

firepony's Introduction

Firepony

Firepony is a C++/CUDA reimplementation of the GATK base quality score recalibration algorithm.

It is meant to act as a fast drop-in replacement for GATK BQSR in sequence analysis pipelines. The output of Firepony can be consumed by GATK for subsequent processing steps.

Firepony can run on both x86 CPUs and NVIDIA GPUs. Because it was designed from the ground-up in a data-parallel fashion, Firepony scales extremely well across both architectures.

https://github.com/broadinstitute/firepony/wiki

firepony's People

Contributors

nsubtil avatar

Stargazers

Darek Kedra avatar Clint Valentine avatar cvlvxi avatar  avatar Alberto Labarga avatar  avatar  avatar Adam Orr avatar Rob Fugina avatar Philippe Lin avatar Trevor Tanner avatar Juan Pablo Manson avatar Dr. K. D. Murray avatar John St. John avatar Vipul Kumar Patel avatar Paul Lott avatar  avatar Ariel Vina-Rodriguez avatar Shaun Miller avatar Nikhil R Podduturi avatar  avatar Alejando (Alex) Chacon avatar Pengfei Xuan avatar Adam Kiezun avatar

Watchers

 avatar  avatar Valentin Ruano Rubio avatar  avatar James Cloos avatar R Pete avatar Mauricio Carneiro avatar Adam Kiezun avatar Leon Lincoln, III avatar Joel Thibault avatar  avatar Geraldine Van der Auwera avatar Eric Banks avatar Pengfei Xuan avatar  avatar Alejando (Alex) Chacon avatar Louis Bergelson avatar Takuto Sato avatar Jacopo Pantaleoni avatar  avatar Laura Gauthier avatar Santiago Álvarez Vargas avatar  avatar Ron Levine avatar Mark Fleharty avatar Joseph White avatar  avatar  avatar

firepony's Issues

Lift module

Could you please explain the 'life' module ? Thanks.

cmake ..
-- The C compiler identification is PGI 22.7.0
-- The CXX compiler identification is PGI 22.7.0
-- Check for working C compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/22.7/compilers/bin/nvc
-- Check for working C compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/22.7/compilers/bin/nvc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/22.7/compilers/bin/nvc++
-- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/22.7/compilers/bin/nvc++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done

CMake Error at CMakeLists.txt:17 (add_subdirectory):
  The source directory

    /path/to/firepony/modules/lift

  does not contain a CMakeLists.txt file.

Firepony segmentation fault

For this command and input files of ~30KB I got Segmentation fault:

firepony --cpu-only -r samples/example_human_reference.fasta -dv -s samples/example_human_known_snp.vcf samples/example_human_Illumina.realigned.bam
Firepony v1.1.0
enabled compute devices:
CPU (Intel Threading Building Blocks, 7 threads)

original command line: --cpu-only -r samples/example_human_reference.fasta -dv -s samples/example_human_known_snp.vcf samples/example_human_Illumina.realigned.bam
computed command line: -r samples/example_human_reference.fasta -s samples/example_human_known_snp.vcf -o - --batch-size 1000 --debug --cpu-only --verbose

loaded index for samples/example_human_reference.fasta
loading variant database samples/example_human_known_snp.vcf...[W::vcf_parse] contig '20' is not defined in the header. (Quick workaround: index the file with tabix.)
[W::vcf_parse] INFO 'RSPOS' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'dbSNPBuildID' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'SSR' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'SAO' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'VP' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'GENEINFO' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'WGT' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'VC' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'INT' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'ASP' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'VLD' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'GNO' is not defined in the header, assuming Type=String
[W::vcf_parse] INFO 'OTHERKG' is not defined in the header, assuming Type=String
Segmentation fault (core dumped)

Any ideas what went wrong?

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.