Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple bam support #66

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

multiple bam support #66

wants to merge 3 commits into from

Commits on Apr 4, 2013

  1. add multiple file support for genomecov, only tested for :

    genomeCoverageBed -ibams listbam -g chromsize
    genomeCoverageBed -is listbed -g chromsize
    
    options added:
        -is     The input list file is <bed/gff/vcf>.
        -ibams      The input list file each line is filename in BAM format.
    xubeisi committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    ce3bd4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22a06eb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2013

  1. works for -ibams, multiple bed files can be use as cat *.bed | genome…

    …cov -i stdin -g genome.size
    xubeisi committed Apr 5, 2013
    Configuration menu
    Copy the full SHA
    ff5e13b View commit details
    Browse the repository at this point in the history