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
* inject study_type in EBI and improvements to current automatic processing pipeline (#3023)
* inject study_type in ebi and improvements to current automatic proecssing pipeline
* addressing @ElDeveloper comments
* some general fixes/additions for next release (#3026)
* some general fixes/additions for next release
* adding test for not None job.release_validator_job
* fix#2839
* fix#2868 (#3028)
* fix#2868
* 2nd round
* fix errors
* more changes
* fix errors
* fix ProcessingJobTest
* fix PY_PATCH
* add missing TRN.add
* encapsulated_query -> perform_as_transaction
* fix#3022 (#3030)
* fix#3022
* adding tests
* fix#2320 (#3031)
* fix#2320
* adding prints to debug
* children -> 1
* APIArtifactHandlerTest -> APIArtifactHandlerTests
* configure_biom
* qdb.util.activate_or_update_plugins
* improving code
* almost there
* add values.template
* fix filepaths
* filepaths -> files
* fixing errors
* add prep.artifact insertion
* addressing @ElDeveloper comments
* fix artifact_definition active command
* != -> ==
* Added three tutorial sections to the Qiita documentation (#3032)
* Added three tutorial sections to the Qiita documentation: 'Retrieving Public Data for Own Analysis' and 'Processing public data retrieved with redbiom' to the redbiom tab, and 'Statistical Analysis to Justify Clinical Trial Sample Size Tutorial' to the analyzing samples tab.
* Update redbiom.rst
* Update redbiom.rst
* Update redbiom.rst
* Further updates to redbiom.rst and the Stats tutorial.
* update redbiom.rst
* Finished proof-reading
* Placed all three tutorials/sections together under Introduction to the download and analysis of public Qiita data
* added a new introduction, with links to the three sections
* Added figures to stats tutorial and contexts explanation
* Added figures to stats tutorial and contexts explanation
* Apply suggestions from code review [skip ci]
Co-authored-by: Yoshiki Vázquez Baeza <yoshiki@ucsd.edu>
Co-authored-by: Antonio Gonzalez <antgonza@gmail.com>
Co-authored-by: Yoshiki Vázquez Baeza <yoshiki@ucsd.edu>
* 092020 (#3033)
* 092020
* connect artifact with job
* rm INSERT qiita.artifact_processing_job
* Apply suggestions from code review [skip ci]
Co-authored-by: Yoshiki Vázquez Baeza <yoshiki@ucsd.edu>
Co-authored-by: Yoshiki Vázquez Baeza <yoshiki@ucsd.edu>
Co-authored-by: Daniel McDonald <danielmcdonald@ucsd.edu>
Co-authored-by: Mirte Kuijpers <67341505+mcmk3@users.noreply.github.com>
Co-authored-by: Yoshiki Vázquez Baeza <yoshiki@ucsd.edu>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Qiita changelog
2
2
3
+
Version 092020
4
+
--------------
5
+
6
+
* Added a new endpoint to inject artifacts to existing preparations or jobs: `/qiita_db/artifact/`
7
+
* Outdated commands with the exact same name than newer commands will be marked as not outdated. This is helpful for cases where the commands haven't changed between version
8
+
* Added the `add_ebi_accessions` to the `to_dataframe()` method of the information files so it can be used to `redbiom`. This will allow searching via sample or experiment accessions
9
+
* Added the `release_validator_job` method to `ProcessingJob` method to easily retrieve the `release_validator` job of a `processing_job`
10
+
* Re-added `STUDY_TYPE` to the EBI-ENA submission as they are required but deprecated so just adding as Other
11
+
* Added qiime2.2020.08 to the system; which updated these plugins: qp-qiime2, qtp-biom, qtp-diversity, qtp-visualization
12
+
* Shogun processing using Woltka will now produce 2 extra artifacts: a per genome and per gene artifacts
0 commit comments