Skip to content

Commit

Permalink
chore: fixes in client
Browse files Browse the repository at this point in the history
  • Loading branch information
aregsyan committed Jan 8, 2025
1 parent 1741205 commit e15f4c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/tools/draco.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""module to run AutoDock Vina on Deep Origin"""
"""module to run Draco on Deep Origin"""

from beartype import beartype
from deeporigin.config import get_value
Expand Down Expand Up @@ -40,10 +40,6 @@ def start_run(
output_column_id = _resolve_column_name(output_column_name, cols)
input_file_column_id = _resolve_column_name(input_file_column_name, cols)

if not row_id.startswith("_row"):
data = data = api.convert_id_format(hids=[row_id])
row_id = data[0].id

json_data = {
"toolId": "deeporigin/draco",
"inputs": {
Expand Down

0 comments on commit e15f4c1

Please sign in to comment.