You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you enter in a Python function that wants to take in an object as an argument into the command bar, it doesn't show the dropdown of available objects that are valid arguments for the function.
Example functions:
PolyToFASTA (takes in a Polynucleotide)
clotho.run("org.andersonlab.py_polytoFASTA", ['195591271'])
OligoToPoly (takes in an Oligo)
clotho.run("org.andersonlab.py_oligoToPoly", ["org.andersonlab.oligo.ca581F"])
ConvertPoly (takes in a Polynucleotide)
clotho.run("org.andersonlab.py_convertpoly", ["374333820"])
I believe all the examples use objects that exist within the repository as it is right now.
The text was updated successfully, but these errors were encountered:
If you enter in a Python function that wants to take in an object as an argument into the command bar, it doesn't show the dropdown of available objects that are valid arguments for the function.
Example functions:
clotho.run("org.andersonlab.py_polytoFASTA", ['195591271'])
clotho.run("org.andersonlab.py_oligoToPoly", ["org.andersonlab.oligo.ca581F"])
clotho.run("org.andersonlab.py_convertpoly", ["374333820"])
I believe all the examples use objects that exist within the repository as it is right now.
The text was updated successfully, but these errors were encountered: