-
Notifications
You must be signed in to change notification settings - Fork 7
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
added support for sim output with multiple sims #6
base: master
Are you sure you want to change the base?
Conversation
I had just flubbed on the sql query - it shouldn't have been filtering On Thu, Aug 20, 2015 at 2:09 PM, Matthew Gidden [email protected]
|
Gah, I should have been able to figure that out. sorry =( On Sat, Aug 22, 2015 at 6:14 PM, Robert Carlsen [email protected]
Matthew Gidden, Ph.D. |
9344575
to
addbfce
Compare
29bf230
to
2bbb388
Compare
not perfect, but starts to address #5
before this patch:
after:
this uses the basic
doCustom()
plumbing thus repeats the headers. it could be cleaned up to not repeat headers and get better spacing. or a better sql command could be used to loop over all simids indoSims()
. probably the second is a better choice, but my go + sql-foo is nonexistant + rusty.