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

Find(), ConstFind() dictionary methods, .gitignore #89

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

Commits on Sep 17, 2012

  1. Configuration menu
    Copy the full SHA
    0879c22 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2012

  1. Add BamReader::GetHeaderRef

    Also DOS-to-Unixify BamReader.h endlines and remove an extra set of
    parens in bamtools.cpp
    douglasgscofield committed Sep 25, 2012
    Configuration menu
    Copy the full SHA
    b1efa97 View commit details
    Browse the repository at this point in the history
  2. Rename method to GetConstSamHeader etc.

    Also initiate README.md for this fork
    douglasgscofield committed Sep 25, 2012
    Configuration menu
    Copy the full SHA
    249e94f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0c6ad6 View commit details
    Browse the repository at this point in the history
  4. README

    douglasgscofield committed Sep 25, 2012
    Configuration menu
    Copy the full SHA
    4c0a534 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2012

  1. Add Find(), Find() const, and ConstFind() methods to SamSequenceDicti…

    …onary
    
    With my addition of BamReader::GetConstSamHeader(), the operator[] method for querying SamSequenceDictionary no longer worked as it couldn't handle a const this.  Since it had a default not-found behavior of adding the query name, I think these Find() iterator-based methods, as parallels to the find() methods of map containers are better with read-only access.  The End() iterator is returned if sequenceName is not found.
    douglasgscofield committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    1dcf53b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2013

  1. Configuration menu
    Copy the full SHA
    e0e27ea View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2013

  1. Configuration menu
    Copy the full SHA
    e2ae22a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2013

  1. Merge remote-tracking branch 'pezmaster31/master'

    Conflicts:
    	CMakeLists.txt
    	src/api/BamReader.h
    douglasgscofield committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    5ce5159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7716012 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2013

  1. Configuration menu
    Copy the full SHA
    364a399 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2014

  1. Configuration menu
    Copy the full SHA
    bf356c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2014

  1. Configuration menu
    Copy the full SHA
    553a52d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Configuration menu
    Copy the full SHA
    e1fe469 View commit details
    Browse the repository at this point in the history