Skip to content

Commit

Permalink
Allow sequence_file as valid endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
detrout committed May 18, 2023
1 parent 93588c4 commit 5f9708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoded_client/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def main(cmdline=None):
'/file/',
'file',
'reference_data',
'sequence_data',
'sequence_file',
],
default=None,
help='Name of end-point to be submitting to',
Expand Down

0 comments on commit 5f9708e

Please sign in to comment.