-
Couldn't load subscription status.
- Fork 79
WIP: DB changes for EBI #1481
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
Merged
ElDeveloper
merged 38 commits into
qiita-spots:ebi-improvements
from
josenavas:db-changes-ebi
Oct 7, 2015
Merged
WIP: DB changes for EBI #1481
Changes from 35 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
e592ad6
Modifying the DB schema
josenavas 7c598bb
Fixing study table
josenavas 4ca0ba0
Fixing sample_id type in ebi table
josenavas 78fd8c8
Finishing up patch
josenavas 8e76820
Fixing populate_test_db.sql
josenavas 1435695
Fixing status values'
josenavas 5f8b486
Fixing data tests
josenavas b79ed89
Fix test_get_info
josenavas 7175a80
Fixing study tests
josenavas af75f0d
Adding EBI study accession and EBI submission status setters to the s…
josenavas 7be4199
Fixing command tests and interface
josenavas d80944c
Fixing sample template tests
josenavas a8b0487
Fixing the prep template tests
josenavas b5509d3
Merge branch 'ebi-improvements' of https://github.com/biocore/qiita i…
josenavas f4405ba
Fixing bug in the DB layout
josenavas 10921ff
Adding EBI information for the preprocessed data
josenavas 909ed24
Adding ebi status to the preprocessed_data
josenavas e954fa2
Adding function to retrieve the EBI submission numbers
josenavas 49bd40a
All ebi tests passing again
josenavas 32771a0
Fix indentation
josenavas 3c9e52b
Fixing aliases
josenavas 0ae1073
Stubbing test for EBI reply parser
josenavas 32aa0cb
Adding test for a success EBI submission parser
josenavas 3e44782
Adding biosample accession number parser
josenavas 9e5ffac
Adapting the EBI command
josenavas f2598d7
Adding biosample accession to the db and update the populate test db
josenavas a096e8c
Adding ebi accession properties to the templates and tests
josenavas 604342f
Adding accession attributes setters and tests
josenavas 5836e0b
Solving a bug and add a specific test
josenavas fd7ebd8
pep8ing
josenavas f707095
Solving merge conflicts
josenavas b8db07a
Addressing @antgonza's comments
josenavas 8aba8d5
Doing the forgotten TODO
josenavas 1699a8a
Differentiating the errors in the parsing
josenavas 0116e55
Solving merge conflicts
josenavas bcda0de
Addressing @ElDeveloper comments
josenavas 8bc5aff
Fixing doc
josenavas e8808e3
Pep8ing
josenavas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I can tell not all these cases are tested, right? Just want to confirm ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This case already existed before (see line 791 in the old code) and it was already tested (they're the lines that I have commented out in the test - so it is tested here: https://github.com/biocore/qiita/pull/1481/files#diff-e54a9d2a89750a099959730f348c06e1R432)