You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.