Add descriptions GUI#61
Merged
Merged
Conversation
mschwoer
reviewed
Feb 24, 2025
| #### | ||
|
|
||
| The data needs to be exported in the **normal long** format as .tsv or .csv file. | ||
| [Download example data](https://datashare.biochem.mpg.de/s/m1qR1hbz7lOyIzn/download) |
Contributor
There was a problem hiding this comment.
is this the shared data share?
Member
Author
There was a problem hiding this comment.
this is the alphaquant data share, where I also have the paper data
Contributor
There was a problem hiding this comment.
should we move at least the example data to the shared one?
… add_descriptions_GUI
mschwoer
approved these changes
Feb 27, 2025
| width=700, | ||
| sizing_mode='fixed', | ||
| description='Enter the full path to your input file from MaxQuant, Spectronaut, or DIA-NN' | ||
| description=gui_textfields.Descriptions.tooltips['file_input'] |
| **DIA-NN:** | ||
| Provide the path to the DIANN "report.tsv" output table. The samplemap.tsv file must map the Run column. | ||
|
|
||
| **AlphaDIA:** |
Contributor
There was a problem hiding this comment.
shall we put AlphaDIA first?
| mkdir -p ${CONTENTS_FOLDER}/Frameworks/alphamap/data/ | ||
|
|
||
| #### | ||
| ####Download all AlphaMap FASTA and CSV files from GitHub, which are needed for the further analyses. There is a lot of error checking to ensure that the files get actually added during the build |
Contributor
There was a problem hiding this comment.
for windows, this is not required?
Member
Author
There was a problem hiding this comment.
windows does not have the connection issues, so one can download the required files for alphamap. However, it would be nice to align this, I opened a separate PR for this
#71
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add instructions and test data download options to GUI