-
Couldn't load subscription status.
- Fork 79
Adding SCP GUI #2662
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
Adding SCP GUI #2662
Conversation
Strips UTF-8 characters from study titles UTF-8 characters that are not also printable ASCII characters are stripped from new study titles, as well as existing studies flagged 'public'. This is because study titles are passed as metadata to new analyses, and some analysis packages may not work well with them.
Merging charles-cowart->66.py with another topic branch 66.py
Merged 66.py with that from qiita-spots#2660
Codecov Report
@@ Coverage Diff @@
## dev #2662 +/- ##
==========================================
- Coverage 94.38% 94.31% -0.08%
==========================================
Files 166 166
Lines 19563 19653 +90
==========================================
+ Hits 18465 18536 +71
- Misses 1098 1117 +19
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
66.py contains a magic number on line 24 that could use a comment, but everything else seems to be in order.
|
Thanks for review @charles-cowart, what about merging and then I add that comment in the next pr as I need to fix conflicts on that one too ... |
|
Sure - you'd like me to do the merge then?
…On Tue, Sep 11, 2018 at 1:14 PM, Antonio Gonzalez ***@***.***> wrote:
Thanks for review @charles-cowart <https://github.com/charles-cowart>,
what about merging and then I add that comment in the next pr as I need to
fix conflicts on that one too ...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2662 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AotPk6g1ImSt5t-sNaE87N74_zNAOo_rks5uaBmigaJpZM4Wdju4>
.
|
|
👍 |
First review/merge: #2658 because I already pulled those changes to avoid future SQL patch conflicts.
See functionality, just testing listing cause download works the same way but takes much longer cause it downloads the files:

Note that I had to add study_id to the list_remote_files method so we could store in redis the results.