Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1816 from jairideout/190-rc1
Browse files Browse the repository at this point in the history
QIIME 1.9.0 release candidate 1, redux
  • Loading branch information
gregcaporaso committed Dec 24, 2014
2 parents 402c1db + aaad5b2 commit 2f44839
Show file tree
Hide file tree
Showing 400 changed files with 1,459 additions and 399 deletions.
6 changes: 4 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QIIME 1.8.0-dev (changes since 1.8.0 go here)
=============================================
QIIME 1.9.0-rc1
===============
* Added new ``observation_metadata_correlation.py`` script. This script allows the calculation of correlations between feature abundances and continuous-valued metadata. This script replaces the continuous-valued correlation functionality that was in ``otu_category_significance.py`` in QIIME 1.7.0 and earlier.
* ``split_otu_table.py`` now allows multiple fields to be passed to split a biom table, and
optionally a mapping file. Check out the new documentation for the naming conventions
Expand Down Expand Up @@ -101,6 +101,8 @@ optionally a mapping file. Check out the new documentation for the naming conven
* Fixed bug that resulted in samples being mislabeled in ``make_otu_heatmap.py`` when one of the following options was passed: ``--category``, ``--map_fname``, ``--sample_tree``, or ``--suppress_column_clustering``. This is discussed in [#1790](https://github.com/biocore/qiime/issues/1790).
* Added ``--negate_sample_id_fp`` option to ``filter_samples_from_otu_table.py`` (see [#1117](https://github.com/biocore/qiime/issues/1117)).
* Added three new workflow scripts for facilitating initial QIIME processing of already-demultiplexed fastq files, as these are commonly being provided by sequencing centers. These are: ``multiple_split_libraries_fastq.py``, ``multiple_join_paired_ends.py``, and ``multiple_extract_barcodes.py``.
* Added ``differential_abundance.py`` to supplement ``group_significance.py`` for to support metagenomeSeq's fitZIG algorithm and DESeq2's negative binomial algorithm. Note that the input for this is a unnormalized, raw BIOM table.
* Added ``normalize_table.py`` to support normalization algorithms in addition to rarefaction. Supported methods are metagenomeSeq's CSS and DESeq's variance stabilizing transformation.

QIIME 1.8.0 (11 Dec 2013)
=========================
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
# built documents.
#
# The short X.Y version.
version = '1.8.0-dev'
version = '1.9.0-rc1'
# The full version, including alpha/beta/rc tags.
release = '1.8.0-dev'
release = '1.9.0-rc1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion qiime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Daniel McDonald",
"Catherine Lozupone"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/add_alpha_to_mapping_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["Yoshiki Vazquez-Baeza", "Antonio Gonzalez-Pena"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Yoshiki Vazquez-Baeza"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/add_qiime_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["William Walters", "Emily TerAvest"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "William Walters"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/adjust_seq_orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Greg Caporaso", "Antonio Gonzalez Pena"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/align_seqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Jeremy Widmann",
"Kyle Bittinger"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/alpha_diversity.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"William Van Treuren", "Jose Antonio Navas Molina",
"Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/assign_taxonomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__credits__ = ["Rob Knight", "Greg Caporaso", "Kyle Bittinger",
"Antonio Gonzalez Pena", "David Soergel", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/barcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Justin Kuczynski"] # remember to add yourself
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/beta_diversity.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Jose Carlos Clemente Litran", "Jai Ram Rideout",
"Jose Antonio Navas Molina"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/beta_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Rob Knight", "Justin Kuczynski"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/biplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Dan Knights", "Justin Kuczynski"] # remember to add yourself
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Dan Knights"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/categorized_dist_scatterplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Justin Kuczynski"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/check_id_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Rob Knight", "William Walters"] # remember to add yourself
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "William Walters"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/clean_raxml_parsimony_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["Jesse Stombaugh"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jesse Stombaugh"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/cluster_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Justin Kuczynski"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"
""" computes cluster quality the default way, bet/within"""
Expand Down
2 changes: 1 addition & 1 deletion qiime/collate_alpha.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Justin Kuczynski"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# remember to add yourself
__credits__ = ["Rob Knight", "Jesse Stombaugh", "Yoshiki Vazquez-Baeza"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jesse Stombaugh"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compare_alpha_diversity.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["William Van Treuren", "Greg Caporaso", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "William Van Treuren"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compare_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__credits__ = ["Jai Ram Rideout", "Michael Dwan", "Logan Knecht",
"Damien Coy", "Levi McCracken"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jai Ram Rideout"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compare_distance_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__credits__ = ["Jai Ram Rideout", "Michael Dwan", "Logan Knecht",
"Damien Coy", "Levi McCracken", "Greg Caporaso"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jai Ram Rideout"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compare_taxa_summaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2012, The QIIME project"
__credits__ = ["Jai Ram Rideout", "Greg Caporaso"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jai Ram Rideout"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compare_trajectories.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__credits__ = ["Jose Antonio Navas Molina", "Antonio Gonzalez Pena",
"Yoshiki Vazquez Baeza"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jose Antonio Navas Molina"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compute_taxonomy_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__copyright__ = "Copyright 2014, The QIIME project"
__credits__ = ["Daniel McDonald"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Daniel McDonald"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/convert_fastaqual_fastq.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["Adam Robbins-Pianka, Abhisaar Yadav"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Adam Robbins-Pianka"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/core_microbiome.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["Greg Caporaso", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/demultiplex_fasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Jens Reeder",
"Emily TerAvest"] # remember to add yourself
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "William Walters"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoise_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Jens Reeder", "Greg Caporaso"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/cluster_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Nigel Cook", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/denoise_postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/denoise_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Nigel Cook"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/flowgram_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Nigel Cook", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/flowgram_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Yoshiki Vazquez Baeza"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/make_cluster_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/detrend.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2012, The QIIME Project"
__credits__ = ["Dan Knights", "Adam Robbins-Pianka"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Dan Knights"
__email__ = "[email protected]"

Expand Down
Loading

0 comments on commit 2f44839

Please sign in to comment.