-
Notifications
You must be signed in to change notification settings - Fork 79
WIP: Fixing EBI code #1540
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
WIP: Fixing EBI code #1540
Conversation
…in-general-fixes
…in-general-fixes
qiita_ware/ebi.py
Outdated
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.
After discussing offline with @josenavas we agreed that this is a redundant verification as can_be_submitted_to_ebi is set to False for those cases where prep_template>1 during creation.
|
One comment, then 👍 |
qiita_db/artifact.py
Outdated
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.
raises -> Raises ?
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.
Done
qiita_ware/test/test_ebi.py
Outdated
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.
Would it be worthwhile to add a comment on where this magic number comes from?
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.
Done
|
A few anal comments. Otherwise looks good! |
Depends on #1537 so review/merge that one first
This fixes the EBI code so we can do some testing with the plugin system (right now we can't even start the webserver)