Clotho is a framework for engineering synthetic biological systems and managing the data used to create them. You can author data schemas, run functions and algorithms, and tie Clotho into existing applications.
BSD 3-Clause "New" or "Revised" License
3
stars
0
forks
source link
Command bar does not provide dropdown function arguments #479
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.
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:
I believe all the examples use objects that exist within the repository as it is right now.