CHANGELOG.md
CONTRIBUTING.md
COPYING.txt
MANIFEST.in
README.rst
RELEASE.md
powertrip.py
setup.py
assets/.no.gif
assets/logo.png
assets/raw_logo.xcf
doc/Makefile
doc/README.md
doc/source/conf.py
doc/source/core.alignment.rst
doc/source/core.distance.rst
doc/source/core.exception.rst
doc/source/core.genetic_code.rst
doc/source/core.sequence.rst
doc/source/core.tree.rst
doc/source/core.warning.rst
doc/source/core.workflow.rst
doc/source/draw.distributions.rst
doc/source/format.sequences.rst
doc/source/index.rst
doc/source/math.diversity.alpha.rst
doc/source/math.diversity.beta.rst
doc/source/math.gradient.rst
doc/source/math.stats.distance.rst
doc/source/math.stats.misc.rst
doc/source/math.stats.ordination.rst
doc/source/math.stats.spatial.rst
doc/source/math.subsample.rst
doc/source/parse.sequences.rst
doc/source/util.io.rst
doc/source/util.misc.rst
doc/source/util.testing.rst
doc/source/_static/copybutton.js
doc/source/_static/style.css
doc/source/_templates/layout.html
doc/source/_templates/autosummary/attribute.rst
doc/source/_templates/autosummary/class.rst
doc/source/_templates/autosummary/method.rst
doc/source/development/coding_guidelines.rst
doc/source/development/new_module.rst
doc/source/development/py3.rst
doc/sphinxext/numpydoc/LICENSE.txt
doc/sphinxext/numpydoc/README.rst
doc/sphinxext/numpydoc/numpydoc/__init__.py
doc/sphinxext/numpydoc/numpydoc/comment_eater.py
doc/sphinxext/numpydoc/numpydoc/compiler_unparse.py
doc/sphinxext/numpydoc/numpydoc/docscrape.py
doc/sphinxext/numpydoc/numpydoc/docscrape_sphinx.py
doc/sphinxext/numpydoc/numpydoc/linkcode.py
doc/sphinxext/numpydoc/numpydoc/numpydoc.py
doc/sphinxext/numpydoc/numpydoc/phantom_import.py
doc/sphinxext/numpydoc/numpydoc/plot_directive.py
doc/sphinxext/numpydoc/numpydoc/traitsdoc.py
doc/sphinxext/numpydoc/numpydoc/tests/test_docscrape.py
doc/sphinxext/numpydoc/numpydoc/tests/test_linkcode.py
doc/sphinxext/numpydoc/numpydoc/tests/test_phantom_import.py
doc/sphinxext/numpydoc/numpydoc/tests/test_plot_directive.py
doc/sphinxext/numpydoc/numpydoc/tests/test_traitsdoc.py
ipynbs/presentations/2014.05.13-ElBrogrammer/README.md
ipynbs/presentations/2014.05.13-ElBrogrammer/dm.txt
ipynbs/presentations/2014.05.13-ElBrogrammer/map.txt
ipynbs/presentations/2014.05.13-ElBrogrammer/scikit-bio presentation.ipynb
ipynbs/presentations/2014.05.13-ElBrogrammer/smalldm.txt
ipynbs/presentations/2014.05.13-ElBrogrammer/style.css
ipynbs/presentations/2014.05.13-ElBrogrammer/talktools.py
licenses/nb-slideshow-template.txt
licenses/numpydoc.txt
licenses/scikit-learn.txt
licenses/scipy.txt
licenses/sphinx-bootstrap-theme.txt
licenses/ssw.txt
scikit_bio.egg-info/PKG-INFO
scikit_bio.egg-info/SOURCES.txt
scikit_bio.egg-info/dependency_links.txt
scikit_bio.egg-info/requires.txt
scikit_bio.egg-info/top_level.txt
skbio/__init__.py
skbio/app/__init__.py
skbio/app/parameters.py
skbio/app/util.py
skbio/app/tests/__init__.py
skbio/app/tests/test_parameters.py
skbio/app/tests/test_util.py
skbio/core/__init__.py
skbio/core/distance.py
skbio/core/exception.py
skbio/core/genetic_code.py
skbio/core/sequence.py
skbio/core/warning.py
skbio/core/workflow.py
skbio/core/alignment/__init__.py
skbio/core/alignment/alignment.py
skbio/core/alignment/pairwise.py
skbio/core/alignment/ssw/__init__.py
skbio/core/alignment/ssw/ssw.c
skbio/core/alignment/ssw/ssw.h
skbio/core/alignment/ssw/ssw_wrapper.c
skbio/core/alignment/ssw/ssw_wrapper.pyx
skbio/core/alignment/ssw/tests/__init__.py
skbio/core/alignment/ssw/tests/test_ssw.py
skbio/core/alignment/tests/__init__.py
skbio/core/alignment/tests/test_alignment.py
skbio/core/alignment/tests/test_pairwise.py
skbio/core/tests/__init__.py
skbio/core/tests/test_distance.py
skbio/core/tests/test_genetic_code.py
skbio/core/tests/test_sequence.py
skbio/core/tests/test_workflow.py
skbio/core/tests/data/bad_dm.txt
skbio/core/tests/data/dm_2x2_asym.txt
skbio/core/tests/data/dm_3x3.txt
skbio/core/tree/__init__.py
skbio/core/tree/_nj.py
skbio/core/tree/majority_rule.py
skbio/core/tree/tree.py
skbio/core/tree/trie.py
skbio/core/tree/tests/__init__.py
skbio/core/tree/tests/test_majority_rule.py
skbio/core/tree/tests/test_nj.py
skbio/core/tree/tests/test_tree.py
skbio/core/tree/tests/test_trie.py
skbio/draw/__init__.py
skbio/draw/distributions.py
skbio/draw/tests/__init__.py
skbio/draw/tests/test_distributions.py
skbio/format/__init__.py
skbio/format/sequences/__init__.py
skbio/format/sequences/fasta.py
skbio/format/sequences/fastq.py
skbio/format/sequences/tests/__init__.py
skbio/format/sequences/tests/test_fasta.py
skbio/format/sequences/tests/test_fastq.py
skbio/math/__init__.py
skbio/math/_subsample.c
skbio/math/_subsample.pyx
skbio/math/gradient.py
skbio/math/subsample.py
skbio/math/diversity/__init__.py
skbio/math/diversity/alpha/__init__.py
skbio/math/diversity/alpha/ace.py
skbio/math/diversity/alpha/base.py
skbio/math/diversity/alpha/chao1.py
skbio/math/diversity/alpha/gini.py
skbio/math/diversity/alpha/lladser.py
skbio/math/diversity/alpha/tests/__init__.py
skbio/math/diversity/alpha/tests/test_ace.py
skbio/math/diversity/alpha/tests/test_base.py
skbio/math/diversity/alpha/tests/test_chao1.py
skbio/math/diversity/alpha/tests/test_gini.py
skbio/math/diversity/alpha/tests/test_lladser.py
skbio/math/diversity/beta/__init__.py
skbio/math/diversity/beta/base.py
skbio/math/diversity/beta/tests/__init__.py
skbio/math/diversity/beta/tests/test_base.py
skbio/math/stats/__init__.py
skbio/math/stats/misc.py
skbio/math/stats/spatial.py
skbio/math/stats/distance/__init__.py
skbio/math/stats/distance/_bioenv.py
skbio/math/stats/distance/_mantel.py
skbio/math/stats/distance/anosim.py
skbio/math/stats/distance/base.py
skbio/math/stats/distance/permanova.py
skbio/math/stats/distance/tests/__init__.py
skbio/math/stats/distance/tests/test_anosim.py
skbio/math/stats/distance/tests/test_base.py
skbio/math/stats/distance/tests/test_bioenv.py
skbio/math/stats/distance/tests/test_mantel.py
skbio/math/stats/distance/tests/test_permanova.py
skbio/math/stats/distance/tests/data/bioenv_df_vegan.txt
skbio/math/stats/distance/tests/data/bioenv_dm_vegan.txt
skbio/math/stats/distance/tests/data/bioenv_exp_results_vegan.txt
skbio/math/stats/distance/tests/data/df.txt
skbio/math/stats/distance/tests/data/df_extra_column.txt
skbio/math/stats/distance/tests/data/dm.txt
skbio/math/stats/distance/tests/data/dm_reordered.txt
skbio/math/stats/distance/tests/data/exp_results.txt
skbio/math/stats/distance/tests/data/exp_results_different_column_order.txt
skbio/math/stats/distance/tests/data/exp_results_single_column.txt
skbio/math/stats/distance/tests/data/mantel_env_dm_vegan.txt
skbio/math/stats/distance/tests/data/mantel_veg_dm_vegan.txt
skbio/math/stats/distance/tests/data/pwmantel_exp_results_duplicate_dms.txt
skbio/math/stats/distance/tests/data/pwmantel_exp_results_minimal.txt
skbio/math/stats/distance/tests/data/pwmantel_exp_results_minimal_with_labels.txt
skbio/math/stats/distance/tests/data/pwmantel_exp_results_na_p_value.txt
skbio/math/stats/distance/tests/data/pwmantel_exp_results_reordered_distance_matrices.txt
skbio/math/stats/distance/tests/data/pwmantel_exp_results_too_few_permutations.txt
skbio/math/stats/ordination/__init__.py
skbio/math/stats/ordination/base.py
skbio/math/stats/ordination/canonical_correspondence_analysis.py
skbio/math/stats/ordination/correspondence_analysis.py
skbio/math/stats/ordination/principal_coordinate_analysis.py
skbio/math/stats/ordination/redundancy_analysis.py
skbio/math/stats/ordination/utils.py
skbio/math/stats/ordination/tests/__init__.py
skbio/math/stats/ordination/tests/test_ordination.py
skbio/math/stats/ordination/tests/data/L&L_CA_data
skbio/math/stats/ordination/tests/data/L&L_CA_data_scores
skbio/math/stats/ordination/tests/data/PCoA_sample_data
skbio/math/stats/ordination/tests/data/PCoA_sample_data_2
skbio/math/stats/ordination/tests/data/PCoA_sample_data_3
skbio/math/stats/ordination/tests/data/PCoA_sample_data_3_scores
skbio/math/stats/ordination/tests/data/error1
skbio/math/stats/ordination/tests/data/error2
skbio/math/stats/ordination/tests/data/error3
skbio/math/stats/ordination/tests/data/error4
skbio/math/stats/ordination/tests/data/error5
skbio/math/stats/ordination/tests/data/error6
skbio/math/stats/ordination/tests/data/error7
skbio/math/stats/ordination/tests/data/example2_X
skbio/math/stats/ordination/tests/data/example2_Y
skbio/math/stats/ordination/tests/data/example2_scores
skbio/math/stats/ordination/tests/data/example2_site_scaling1_from_vegan
skbio/math/stats/ordination/tests/data/example2_site_scaling2_from_vegan
skbio/math/stats/ordination/tests/data/example2_species_scaling1_from_vegan
skbio/math/stats/ordination/tests/data/example2_species_scaling2_from_vegan
skbio/math/stats/ordination/tests/data/example3_X
skbio/math/stats/ordination/tests/data/example3_Y
skbio/math/stats/ordination/tests/data/example3_scores
skbio/math/stats/ordination/tests/data/example3_site_scaling1_from_vegan
skbio/math/stats/ordination/tests/data/example3_site_scaling2_from_vegan
skbio/math/stats/ordination/tests/data/example3_species_scaling1_from_vegan
skbio/math/stats/ordination/tests/data/example3_species_scaling2_from_vegan
skbio/math/stats/ordination/tests/data/exp_OrdRes_CCA_site
skbio/math/stats/ordination/tests/data/exp_OrdRes_CCA_site_constraints
skbio/math/stats/ordination/tests/data/exp_OrdRes_CCA_species
skbio/math/stats/ordination/tests/data/exp_OrdRes_PCoA_site
skbio/math/stats/ordination/tests/data/exp_OrdRes_RDA_site
skbio/math/stats/ordination/tests/data/exp_OrdRes_RDA_site_constraints
skbio/math/stats/ordination/tests/data/exp_OrdRes_RDA_species
skbio/math/stats/ordination/tests/data/exp_PCoAEigenResults_site
skbio/math/stats/ordination/tests/data/exp_PCoAzeros_site
skbio/math/stats/ordination/tests/data/v_error1
skbio/math/stats/ordination/tests/data/v_error10
skbio/math/stats/ordination/tests/data/v_error11
skbio/math/stats/ordination/tests/data/v_error12
skbio/math/stats/ordination/tests/data/v_error13
skbio/math/stats/ordination/tests/data/v_error14
skbio/math/stats/ordination/tests/data/v_error2
skbio/math/stats/ordination/tests/data/v_error3
skbio/math/stats/ordination/tests/data/v_error4
skbio/math/stats/ordination/tests/data/v_error5
skbio/math/stats/ordination/tests/data/v_error6
skbio/math/stats/ordination/tests/data/v_error7
skbio/math/stats/ordination/tests/data/v_error8
skbio/math/stats/ordination/tests/data/v_error9
skbio/math/stats/tests/__init__.py
skbio/math/stats/tests/test_misc.py
skbio/math/stats/tests/test_spatial.py
skbio/math/tests/__init__.py
skbio/math/tests/test_gradient.py
skbio/math/tests/test_subsample.py
skbio/math/tests/data/cr_data_out
skbio/math/tests/data/cr_data_raw
skbio/math/tests/data/cr_no_data_out
skbio/math/tests/data/cr_no_data_raw
skbio/math/tests/data/gr_w_msg_out
skbio/math/tests/data/gr_w_msg_raw
skbio/math/tests/data/gr_wo_msg_out
skbio/math/tests/data/gr_wo_msg_raw
skbio/math/tests/data/vr_out
skbio/math/tests/data/vr_raw
skbio/math/tests/data/vr_real_out
skbio/math/tests/data/vr_real_raw
skbio/parse/__init__.py
skbio/parse/record.py
skbio/parse/record_finder.py
skbio/parse/sequences/__init__.py
skbio/parse/sequences/clustal.py
skbio/parse/sequences/factory.py
skbio/parse/sequences/fasta.py
skbio/parse/sequences/fastq.py
skbio/parse/sequences/iterator.py
skbio/parse/sequences/tests/__init__.py
skbio/parse/sequences/tests/test_clustal.py
skbio/parse/sequences/tests/test_factory.py
skbio/parse/sequences/tests/test_fasta.py
skbio/parse/sequences/tests/test_fastq.py
skbio/parse/sequences/tests/test_iterator.py
skbio/parse/sequences/tests/data/fna1.fasta
skbio/parse/sequences/tests/data/fna1.fna.gz
skbio/parse/sequences/tests/data/fna1.qual
skbio/parse/sequences/tests/data/fq1.fastq.gz
skbio/parse/sequences/tests/data/fq1.fq
skbio/parse/sequences/tests/data/noextensionfasta
skbio/parse/tests/__init__.py
skbio/parse/tests/test_record.py
skbio/parse/tests/test_record_finder.py
skbio/util/__init__.py
skbio/util/io.py
skbio/util/misc.py
skbio/util/testing.py
skbio/util/tests/__init__.py
skbio/util/tests/test_io.py
skbio/util/tests/test_misc.py
skbio/util/tests/test_testing.py