Skip to content
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

Release private studies #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

SandyRogers
Copy link
Member

This PR:

  • adds a release_study command for publicly releasing private tpa studies. Supported in both CLI mode and lib mode.

Comment on lines +13 to +21
ena_dropbox = responses.add(
responses.POST,
"https://wwwdev.ebi.ac.uk/ena/submit/drop-box/submit",
body="""
This is a long receipt from the dropbox.
success="true"
Your study was released.
""",
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't find an example of this... but guessed it probably has success="true" in it like an ADD action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant