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

Fix invocation of shapeworks commands #216

Merged
merged 3 commits into from Nov 30, 2022

Conversation

annehaley
Copy link
Collaborator

When swcc switched to relative downloads only (ignoring "../" in path values), the invocation of shapeworks commands was broken. To compensate, before invoking the shapeworks command, the project file is edited to remove instances of "../".

Additionally, #214 made a change to the dockerfile that doesn't actually work. I thought I had found a static url that gave us the download we needed, but that tarball wasn't built, and the invocation of the commands was broken for that reason as well. This PR undoes that change.

@annehaley annehaley marked this pull request as ready for review November 28, 2022 17:04
@annehaley
Copy link
Collaborator Author

Waiting on zheller/flake8-quotes#111 to pass tests

@manthey
Copy link
Contributor

manthey commented Nov 28, 2022

We could temporarily add 'flake8<6' in the tox lint dependencies (in this block https://github.com/girder/shapeworks-cloud/blob/master/tox.ini#L11)

@annehaley
Copy link
Collaborator Author

Thanks, changed in 2553711

@annehaley annehaley merged commit 3e69f1d into analysis-tab-headstart Nov 30, 2022
@annehaley annehaley deleted the sw-command-invocation branch November 30, 2022 15:45
annehaley added a commit that referenced this pull request Nov 30, 2022
* Fix invocation of shapeworks commands

* Lint fix

* Pin flake8
annehaley added a commit that referenced this pull request Dec 2, 2022
* Implement PCA slider

* Show other values in PCA View

* Change rendered shape when switching between analysis tab and other tabs

* Preserve camera position in analysis tab view

* Fix invocation of shapeworks commands (#216)

* Fix invocation of shapeworks commands

* Lint fix

* Pin flake8

* Sort modes in dropdown

* Fix switching between multiple data renderers and single analysis renderer

* Fix application of camera deltas

* Reset analysis when project is deselected

* Always show analysis files at 100% opacity
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.

None yet

2 participants