-
Notifications
You must be signed in to change notification settings - Fork 1
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
Peptides #533
Closed
Closed
Peptides #533
Conversation
This file contains 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
* untested working, needs cleanup * linter * remove dupliacte method (merge screw-up) * add doc strings, fix first few tests (miss. args) * metadata df now optional param + adjusted asserts, fixed test * formatting * conditional metadata input for protein graphs * import logging levels, formatting * add grouping tests for peptides, add error handling * spelling, formatting * remove unused import, format * fix error msgs in tests * fix line length * Convert has_metadata to property * Use logger instead of print statement * An attempt at consistent text-casing * formatting --------- Co-authored-by: henninggaertner <[email protected]>
…apt-filtering-for-peptides
…-file' into peptides # Conflicts: # protzilla/importing/peptide_import.py # tests/protzilla/data_preprocessing/test_peptide_preprocessing.py # tests/protzilla/importing/test_peptide_import.py
…detection-for-peptides' into peptides # Conflicts: # protzilla/data_preprocessing/outlier_detection.py # tests/protzilla/data_preprocessing/test_outlier_detection.py
…mation-for-peptides' into peptides # Conflicts: # protzilla/data_preprocessing/transformation.py # tests/protzilla/data_preprocessing/test_peptide_preprocessing.py # tests/protzilla/data_preprocessing/test_transformation.py
…reprocessing steps, remove peptide_df input in preprocessing steps, where it is not used
# Conflicts: # protzilla/constants/location_mapping.py # protzilla/constants/workflow_meta.json # protzilla/importing/peptide_import.py # protzilla/methods/importing.py # tests/protzilla/data_preprocessing/test_filter_proteins.py # tests/protzilla/data_preprocessing/test_filter_samples.py # tests/protzilla/data_preprocessing/test_outlier_detection.py # tests/protzilla/data_preprocessing/test_transformation.py # tests/protzilla/importing/test_peptide_import.py # tests/ui/test_views.py # ui/runs/forms/importing.py
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.
Description
Changes
Testing
PR checklist
Development
Mergeability
black
Code review