Skip to content

Commit

Permalink
Merge branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Jun 27, 2016
2 parents 2c1b781 + 5a83929 commit f399582
Show file tree
Hide file tree
Showing 125 changed files with 6,756 additions and 3,791 deletions.
155 changes: 155 additions & 0 deletions .dictionary
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
usr
env
fileencoding
utf
khmer
https
github
dib
bsd
txt
org
http
stackoverflow
numpy
distutils
ccompiler
py
yt
bitbucket
src
openmp
zlib
cfg
mcrusoe
msu
edu
setupscript
html
nosetests
countgraph
casava
fastq
abund
nodegraph
cpython
readthedocs
bigcount
ksize
mers
dna
hmm
paramaters
json
unstrusted
stdin
fifo
ok
stderr
stdlib
sts
multithreaded
rst
rhs
sra
fasta
fileobj
config
args
fp
megabyteish
loadgraph
kmers
kmer
arg
docstring
pmap
ptname
histout
prebuilt
stoptags
al
arxiv
infile
abundtrim
abundfilt
coungraph
readstats
basepair
num
csv
graphname
genomic
metagenomic
seqs
stddev
diginormed
ctb
outputfile
stdout
stopfilt
pe
se
diginorm
ns
noqa
resample
wikipedia
wiki
subsampled
ged
oxli
scriptname
ints
hackery
dev
os
argv
attr
www
printprimes
hashtable
longify
gzipped
rc
init
builtin
camillescott
todo
tagset
fakelump
camillescott
todo
tagset
fakelump
kb
hashtables
tagfile
tmp
hh
multicopy
snp
prefetch
threadsaftey
fq
dir
obv
gen'd
nodegraphs
gzip
bzip
roundtrip
versioneer
seqpath
utils
wp
De
filetype
tabstop
softtabstop
shiftwidth
expandtab
textwidth
read's
argparse
reflow
18 changes: 9 additions & 9 deletions CONTRIBUTING.md → .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<!--
This file is part of khmer, https://github.com/dib-lab/khmer/, and is
Copyright (C) 2014-2015 Michigan State University
Copyright (C) 2015 The Regents of the University of California.
Copyright (C) 2015-2016 The Regents of the University of California.
It is licensed under the three-clause BSD license; see LICENSE.
Contact: khmer-project@idyll.org
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of the Michigan State University nor the names
of its contributors may be used to endorse or promote products
derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Expand All @@ -33,10 +33,10 @@
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Contact: khmer-project@idyll.org
-->

See [our development docs](https://khmer.readthedocs.org/en/latest/dev/).
See [our development docs](https://khmer.readthedocs.io/en/latest/dev/).

Be sure to copy and paste the [checklist](https://khmer.readthedocs.org/en/latest/dev/coding-guidelines-and-review.html#checklist) in the Pull-Request comment
Be sure to copy and paste the [checklist](https://khmer.readthedocs.io/en/latest/dev/coding-guidelines-and-review.html#checklist) in the Pull-Request comment
16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- [ ] Is it mergeable?
- [ ] `make test` Did it pass the tests?
- [ ] `make clean diff-cover` If it introduces new functionality in
`scripts/` is it tested?
- [ ] `make format diff_pylint_report cppcheck doc pydocstyle` Is it well
formatted?
- [ ] Did it change the command-line interface? Only additions are allowed
without a major version increment. Changing file formats also requires a
major version number increment.
- [ ] Is it documented in the `ChangeLog`?
http://en.wikipedia.org/wiki/Changelog#Format
- [ ] Was a spellchecker run on the source code and documentation after
changes were made?
- [ ] Do the changes respect streaming IO? (Are they
tested for streaming IO?)
- [ ] Is the Copyright year up to date?
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ doxygen.out
Doxyfile
doc/doxygen
third-party/zlib/zconf.h
third-party/zlib/zlib.3.pdf
sloccount.sc
cov-int/
*.orig
Expand All @@ -50,3 +51,4 @@ compile_commands.json
pylint_report.txt
pep8_report.txt
pep257_report.txt
.cache/
3 changes: 2 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Susan R Steinman <susan.steinman@gmail.com> <steinman.tutoring@gmail.com>
Adina Howe <adina@iastate.edu> <howead@msu.edu>
Elmar Bucher <buchere@ohsu.edu> <elmbeech@zoho.com>
Luiz Irber <luiz.irber@gmail.com> <luizirber@users.noreply.github.com>
Luiz Irber <luiz.irber@gmail.com> <irberlui@msu.edu>
Luiz Irber <luiz.irber@gmail.com> <irberlui@msu.edu>
Luiz Irber <luiz.irber@gmail.com> <khmer@luizirber.org>
Qingpeng Zhang <qingpeng@gmail.com> <qingpeng@msu.edu>
Qingpeng Zhang <qingpeng@gmail.com>
Reed Cartwright <cartwright@asu.edu>
Expand Down
12 changes: 6 additions & 6 deletions CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
Copyright (C) 2015 The Regents of the University of California.
It is licensed under the three-clause BSD license; see LICENSE.
Contact: khmer-project@idyll.org
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.

* Neither the name of the Michigan State University nor the names
of its contributors may be used to endorse or promote products
derived from this software without specific prior written
permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Expand All @@ -33,7 +33,7 @@
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Contact: khmer-project@idyll.org

.. If you update this file then you may need to update the citations in
Expand Down
Loading

0 comments on commit f399582

Please sign in to comment.