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

Reduce page size #60

Merged
merged 1 commit into from Mar 23, 2020
Merged

Reduce page size #60

merged 1 commit into from Mar 23, 2020

Conversation

anuprulez
Copy link
Member

This PR reduces the number of records from 50 to 25 shown per page (for more records, Galaxy is responding with 502 error)

502_error

Only one copy of https://github.com/usegalaxy-eu/galaxy/tree/release_19.09_europe/config/plugins/visualizations/chiraviz folder should be copied to https://github.com/usegalaxy-eu/galaxy/tree/release_19.09_europe/static/plugins/visualizations

But, I see them copied twice. It should have only one copy viz's the static folder like other visualisations.

copies

ping @bgruening

@@ -9,8 +9,7 @@ in multiple plots, comic alignments
var RNAInteractionViewer = (function(riv) {
riv.configObject = null;
riv.model = null;
riv.showRecords = 50;
riv.nIncrement = 50;
riv.nIncrement = 25;
Copy link
Member

Choose a reason for hiding this comment

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

riv.showRecords should really be removed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it's not being used.

@bgruening bgruening merged commit 07735ef into release_19.09_europe Mar 23, 2020
@anuprulez anuprulez deleted the anuprulez-patch-1 branch March 23, 2020 13:13
@anuprulez
Copy link
Member Author

@bgruening thank you

@bgruening
Copy link
Member

I still need to rebuild the client and so on ... @anuprulez can you please talk to Oleg, he knows how to create webpack based Vis.

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