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

Latest commit

 

History

History
22 lines (15 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 1.41 KB

qiime-default-reference changelog

Version 0.1.2

Bug fixes

  • Issue #14 was fixed. The reference alignment was updated to be the PyNAST-aligned 13_5 alignment rather than the SSU-aligned 13_8 alignment. There were no changes in the sequences between Greengenes 13_5 and 13_8, but the SSU alignment is positionally filtered, such that if you remove the gaps from the SSU alignment, the sequences are missing many positions relative to the unaligned representative sequences. This causes problems for searching sequences against the unaligned sequences, as is done by PyNAST.

The new file was generated by downloading the Greengenes 13_5 PyNAST alignment from Second Genome. This was then filtered to contain only the sequences in the Greengenes 13_8 85% OTUs with the following QIIME 1.9.0 command:

```
filter_fasta.py -f gg_13_5_pynast.fasta -o 85_otus.pynast.fasta -a 85_otus.fasta
```

The md5 sums of those files are:

  • gg_13_5_pynast.fasta.gz : 24720085027c35132de0588fee518065
  • 85_otus.pynast.fasta : 1de2e593b38041c5b3012220325b76fa
  • 85_otus.fasta : 6c571af57ab0f72af9288b72f6c50206

We announced this bug to our users on the QIIME blog here.

Version 0.1.1

Initial release.