Code Monkey home page Code Monkey logo

genome's People

Contributors

funnell avatar glenns-omrf avatar glennsb avatar gmcvicker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

genome's Issues

Handle split RNA-seq reads in load_bam_read_depth.py

Right now load_bam_read_depth.py will count regions between a split read as being covered by that read. A --split option could be added for RNA-seq libraries.

The implementation could be done by either using pybedtools if adding a dependency is okay, or reimplementing BedTools' strategy of looking at cigar N and D operations to compute coverage. Alternatively, pysam's pileup could be used then ignore reads at each position with the is_del flag set.

This is something I can do but which changes you'd be comfortable with, if any, is worth getting feedback on.

test_bedgraph.c is missing

c/program/test_bedgraph.c is missing but is required by target program/test_bedgraph.o in program/SConscript

Compile Error on OSX 10.8

Hi there,

Attempting to compile this on OSX 10.8 results in the following error:

clang -bundle -undefined dynamic_lookup -Wl,-F. -arch i386 -arch x86_64 build/temp.macosx-10.8-intel-2.7/wig.o -lgenome -o build/lib.macosx-10.8-intel-2.7/wig.so
ld: library not found for -lgenome
clang: error: linker command failed with exit code 1 (use -v to see invocation)

typically -lXXX refers to a library to import, but there's no genome.dylib in /usr/local/lib. Nevertheless I've found that the clang bundle works just fine without -lgenome, and the installation proceeds normally thereafter. Perhaps this flag is unnecessary?

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.