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

Interactive output: adding interactivity to the output #233

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sgsCS
Copy link

@sgsCS sgsCS commented Jan 31, 2020

the output.cpp is changed and added the search feature that allows user to search for keywords and have the dynamically change to show only results that have the keywords that were searched. This uses the list.js library which is included in the breseq share folder.

@jeffreybarrick
Copy link
Contributor

This works!
But, let's do these three things to polish it up before the full merge:

  1. Can you make it also search the seq-id column if it exists? This doesn't seem to be working when I test it. If you run make test you can look at the output in tests/lambda_mixed_pop_bad_contigs to see an example of a table that has that column and multiple values in it.
  2. Can you hide the column line in the green header and also right-align the search box within it?
  3. To avoid clutter in the output directory, can you move the copy of list.js to reside within the evidencesubdirectory?

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

Successfully merging this pull request may close these issues.

2 participants