Skip to content

Commit

Permalink
Merge pull request #826 from alameldin/fix/797
Browse files Browse the repository at this point in the history
add copyright header Fix/797
  • Loading branch information
mr-c committed Feb 23, 2015
2 parents 802abfe + 2d709af commit 0c8bc76
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

* khmer/load_pe.py: Remove unused/undocumented module. See #784

2015-02-21 Hussien Alameldin <hussien@msu.edu>

* sandbox/normalize-by-align.py: "copyright header 2013-2015 was added"
* sandbob/read_aligner.py: "copyright header 2013-2015 was added"
* sandbox/slice-reads-by-coverage.py: "copyright header 2014 was added"

2015-02-21 Hussien Alameldin <hussien@msu.edu>

* sandbox/calc-best-assembly.py, collect-variants.py, graph-size.py: Set executable bits using "chmod +x"
Expand Down
5 changes: 5 additions & 0 deletions sandbox/normalize-by-align.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#! /usr/bin/env python2
# This file is part of khmer, http://github.com/ged-lab/khmer/, and is
# Copyright (C) Michigan State University, 2013-2014. It is licensed under
# the three-clause BSD license; see doc/LICENSE.txt.
# Contact: khmer-project@idyll.org

"""
XXX
Expand Down
6 changes: 6 additions & 0 deletions sandbox/read_aligner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#! /usr/bin/env python2

# This file is part of khmer, http://github.com/ged-lab/khmer/, and is
# Copyright (C) Michigan State University, 2013-2015. It is licensed under
# the three-clause BSD license; see doc/LICENSE.txt.
# Contact: khmer-project@idyll.org

"""
Error correct reads based on a counting hash from a diginorm step.
Output sequences will be put in @@@.
Expand Down
5 changes: 5 additions & 0 deletions sandbox/slice-reads-by-coverage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#! /usr/bin/env python2
# This file is part of khmer, http://github.com/ged-lab/khmer/, and is
# Copyright (C) Michigan State University, 2014. It is licensed under
# the three-clause BSD license; see doc/LICENSE.txt.
# Contact: khmer-project@idyll.org

import argparse
import screed
import sys
Expand Down

0 comments on commit 0c8bc76

Please sign in to comment.