Skip to content

export numeric titers, updated ag-sr-points & Misc#30

Open
svdvliet wants to merge 1 commit into
masterfrom
svdvliet-patch-2-2
Open

export numeric titers, updated ag-sr-points & Misc#30
svdvliet wants to merge 1 commit into
masterfrom
svdvliet-patch-2-2

Conversation

@svdvliet

@svdvliet svdvliet commented Dec 6, 2017

Copy link
Copy Markdown
Contributor

-export map table distance numeric titers only (by Derek)
-updated ag-sr-points.lisp with latest sera
-changes from error to supersede when file already exists

-export map table distance numeric titers only (by Derek)
-updated ag-sr-points.lisp with latest sera
-changes from error to supersede when file already exists
Comment thread src/mds/mds/input-ui.lisp
((equal user "dsmith") (tk-put tk "set initialDir mds/data/"))
(cond ((equal user "terry") (tk-put tk "set initialDir mds/investigations/merge-hi-tables/"))
((equal user "dsmith") (tk-put tk "set initialDir mds/data/"))
((equal user "stefan") (tk-put tk "set initialDir ~/Desktop/"))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be better to just have a final catch-all clause like

(t (tk-put tk "set initialDir ~/Desktop/"))

Do we know that using a ~ in the path actually works?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm that when I go to "Open table or save" after starting lispmds it opens "/Users/stefan/Desktop"

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