Skip to content

Releases: bokulich-lab/RESCRIPt

2023.5.0

05 Jun 09:27
c7c6b4e
Compare
Choose a tag to compare

What's Changed

  • ENH: @misialq added a new action for fetching whole genomes and taxonomies from NCBI databases, get-ncbi-genomes! 🥳
  • ENH: @mikerobeson added a new action for getting sequence and taxonomy data from GTDB, get-gtdb-data! 🎉
  • MAINT: @mirand863 updated orient-seqs to use VSEARCH orient under the hood for higher efficiency. This has resulted in deprecation of some parameters that are not compatible with orient.

Full Changelog: 2023.2.0...2023.5.0

2023.2.0

08 Mar 09:47
fcfb9fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2022.8.0...2023.2.0

2022.8.0

05 Jan 15:05
026061f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2021.11.0...2022.8.0

2021.11.0

24 Nov 07:32
e5a2628
Compare
Choose a tag to compare

2021.8.0

08 Nov 07:51
b1549a1
Compare
Choose a tag to compare

2021.8.0.dev0

26 May 12:34
073ccf0
Compare
Choose a tag to compare

RESCRIPt 2021.8.0.dev0

2021.4.0.dev0

23 Mar 12:29
9441149
Compare
Choose a tag to compare

RESCRIPt 2021.4.0.dev0

2021.2.0

01 Mar 08:41
cd05d76
Compare
Choose a tag to compare

MAINT: update feature-classifier default params (#95)
ENH: use add-fragments flag when aligning primers for trimming (#91)
IMP: add fasta subsampling action (#87)
IMP: add alignment trimming action (#85)

2020.11

06 Oct 09:25
be2b3e7
Compare
Choose a tag to compare
  • IMP: improvements to get-ncbi-data (make more robust to server-side errors, hangups)
  • IMP: Support for SILVA 138.1
  • IMP: parallelise sequence processing
  • IMP: adds ability to NOT propagate SILVA taxonomy
  • ENH: added filter-taxa method
  • IMP: adds super to dereplicate
  • IMP: additional evaluate CV options
  • README: more tutorials, updates
  • biorxiv preprint citation (README and plugin registration)

2020.6.1

14 Jul 18:55
083d417
Compare
Choose a tag to compare
  • Adds get_ncbi_data to automatically acquire sequence/taxonomy data from genbank based on a user-defined query or list of accessions.

  • various enhancements and bug fixes for dereplicate and evaluate-cross-validate