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

Command bar does not provide dropdown function arguments #479

Open
LiMina opened this issue Feb 10, 2015 · 0 comments
Open

Command bar does not provide dropdown function arguments #479

LiMina opened this issue Feb 10, 2015 · 0 comments

Comments

@LiMina
Copy link
Contributor

LiMina commented Feb 10, 2015

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.

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

No branches or pull requests

4 participants