-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metagenomics Exchange upload command and related bookkeeping code #350
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a8a761 - Browse repository at this point
Copy the full SHA 0a8a761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d51fe3 - Browse repository at this point
Copy the full SHA 4d51fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 240d8f4 - Browse repository at this point
Copy the full SHA 240d8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed97ccb - Browse repository at this point
Copy the full SHA ed97ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab829f4 - Browse repository at this point
Copy the full SHA ab829f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb9300 - Browse repository at this point
Copy the full SHA fcb9300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6438c3b - Browse repository at this point
Copy the full SHA 6438c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f4900 - Browse repository at this point
Copy the full SHA 64f4900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7484116 - Browse repository at this point
Copy the full SHA 7484116View commit details -
- Refactored the cli wrapper - Refactored the settings to be in line with the rest - Modified the unit tests
Configuration menu - View commit details
-
Copy full SHA for fee19bd - Browse repository at this point
Copy the full SHA fee19bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d9b17 - Browse repository at this point
Copy the full SHA e7d9b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e0b019 - Browse repository at this point
Copy the full SHA 2e0b019View commit details -
Configuration menu - View commit details
-
Copy full SHA for c92c381 - Browse repository at this point
Copy the full SHA c92c381View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdac39c - Browse repository at this point
Copy the full SHA bdac39cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e64e0 - Browse repository at this point
Copy the full SHA 65e64e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c664e6 - Browse repository at this point
Copy the full SHA 3c664e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f082415 - Browse repository at this point
Copy the full SHA f082415View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1ce81 - Browse repository at this point
Copy the full SHA bb1ce81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f309c4 - Browse repository at this point
Copy the full SHA 0f309c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b6b3a - Browse repository at this point
Copy the full SHA 83b6b3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e226e - Browse repository at this point
Copy the full SHA 97e226eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e229f5c - Browse repository at this point
Copy the full SHA e229f5cView commit details -
Fixed the migrations for EBI Search and MGX.
The test tests/me/test_populate_metagenomics_exchange.py::TestMeAPI::test_removals_dry_mode it's working now.
Configuration menu - View commit details
-
Copy full SHA for a6e9eda - Browse repository at this point
Copy the full SHA a6e9edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f83224 - Browse repository at this point
Copy the full SHA 2f83224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5961f7d - Browse repository at this point
Copy the full SHA 5961f7dView commit details -
Merge branch 'feature/metagenomics_exchange' of github.com:EBI-Metage…
…nomics/emgapi into feature/metagenomics_exchange
Configuration menu - View commit details
-
Copy full SHA for 02d3943 - Browse repository at this point
Copy the full SHA 02d3943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d2a37 - Browse repository at this point
Copy the full SHA 60d2a37View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad539e7 - Browse repository at this point
Copy the full SHA ad539e7View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 986f222 - Browse repository at this point
Copy the full SHA 986f222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916ce45 - Browse repository at this point
Copy the full SHA 916ce45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948caa8 - Browse repository at this point
Copy the full SHA 948caa8View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a55c40 - Browse repository at this point
Copy the full SHA 6a55c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d4641 - Browse repository at this point
Copy the full SHA 18d4641View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfb1b54 - Browse repository at this point
Copy the full SHA bfb1b54View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7dbbb14 - Browse repository at this point
Copy the full SHA 7dbbb14View commit details -
Add an extra migrate step to rename last_indexed -> last_ebi_search_i…
…ndexed This is needed because RenameField doesn't allow you to change the db_column name. With this change it seems to work, and the data should be kept: ```sql -- -- Alter field last_indexed on analysisjob -- ALTER TABLE "ANALYSIS_JOB" RENAME COLUMN "LAST_INDEXED" TO "LAST_EBI_SEARCH_INDEXED"; -- -- Alter field last_indexed on study -- ALTER TABLE "STUDY" RENAME COLUMN "LAST_INDEXED" TO "LAST_EBI_SEARCH_INDEXED"; -- -- Rename field last_indexed on analysisjob to last_ebi_search_indexed -- -- -- Rename field last_indexed on study to last_ebi_search_indexed -- ```
Configuration menu - View commit details
-
Copy full SHA for 4a8f3b4 - Browse repository at this point
Copy the full SHA 4a8f3b4View commit details
Commits on Feb 8, 2024
-
Merge pull request #325 from EBI-Metagenomics/feature/metagenomics_ex…
…change Feature/metagenomics exchange
Configuration menu - View commit details
-
Copy full SHA for 633b3f7 - Browse repository at this point
Copy the full SHA 633b3f7View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3daefe - Browse repository at this point
Copy the full SHA f3daefeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a72ff - Browse repository at this point
Copy the full SHA f0a72ffView commit details
Commits on Feb 16, 2024
-
A few bug fixes for the metagenomics exchange command and api wrapper.
Add support for Assembly and Run based jobs (both). Remove the public check, we only submit public data to the exchange. Normalize argument names in the MGX wrapper. Added some docstrings
Configuration menu - View commit details
-
Copy full SHA for b2d60bd - Browse repository at this point
Copy the full SHA b2d60bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3e9cfb - Browse repository at this point
Copy the full SHA e3e9cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for afa3f18 - Browse repository at this point
Copy the full SHA afa3f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ba441 - Browse repository at this point
Copy the full SHA c3ba441View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b145c0 - Browse repository at this point
Copy the full SHA 4b145c0View commit details -
Capture the API error data response, if present in the response.
The MGX API returns a json with the error message, which is useful for debugging.
Configuration menu - View commit details
-
Copy full SHA for 6235f03 - Browse repository at this point
Copy the full SHA 6235f03View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe6d2b8 - Browse repository at this point
Copy the full SHA fe6d2b8View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 783f275 - Browse repository at this point
Copy the full SHA 783f275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b031df - Browse repository at this point
Copy the full SHA 1b031dfView commit details -
Merge pull request #351 from EBI-Metagenomics/bugfix/metagenomics-exc…
…hange-bug-fixes Fixes for a few bugs I encountered while testing the command
Configuration menu - View commit details
-
Copy full SHA for c98171c - Browse repository at this point
Copy the full SHA c98171cView commit details