Skip to content

2021.03

Compare
Choose a tag to compare
@antgonza antgonza released this 19 Mar 03:41
· 602 commits to master since this release
8f37b8a
  • Fixed issue that left behind non gz per sample FASTQ files.
  • Recommended Workflows are now stored in the database.
  • Added a new button only for owners and admins within the Study page to display a list of all the Analyses generated with that study; helpful to clean up Studies and for general information.
  • The Qiita CI now runs as GitHub Actions; moving away from Travis CI.
  • Prep information file object now stores its creation and modification timestamps.
  • Improved creation time for all information files via the to_dataframe() method.
  • Split the "other" category of the storage stats plot (https://qiita.ucsd.edu/stats/) into "other" and "biom" so biom can be its own category.
  • Added a processing_jobs property to qiita_db.software.Command to easily retrieve all jobs in the system that have ran the given command.
  • Fixed the following issues: #3068, #3072, #3076, and #3070.