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

Peptides #533

Closed
wants to merge 46 commits into from
Closed

Peptides #533

wants to merge 46 commits into from

Conversation

JanniRoebbecke
Copy link
Collaborator

Description

  • revert changes to the intensity name
  • intensity name in the imported data frame is now under the name from the source data frame

Changes

  • switch out name

Testing

  • Import a peptide data frame and inspect data frame by opening the file or using the table view

PR checklist

Development

  • If necessary, I have updated the documentation (README, docstrings, etc.)
  • If necessary, I have created / updated tests.

Mergeability

  • main-branch has been merged into local branch to resolve conflicts
  • The tests and linter have passed AFTER local merge
  • The code has been formatted with black

Code review

  • I have self-reviewed my code.
  • At least one other developer reviewed and approved the changes

janni.roebbecke and others added 30 commits March 23, 2024 15:29
* 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]>
…-file' into peptides

# Conflicts:
#	protzilla/importing/peptide_import.py
#	tests/protzilla/data_preprocessing/test_peptide_preprocessing.py
#	tests/protzilla/importing/test_peptide_import.py
# 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
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  protzilla
  run.py
  run_helper.py
  runner.py
  protzilla/data_analysis
  differential_expression_helper.py 125, 143
  differential_expression_kruskal_wallis.py 227
  differential_expression_linear_model.py
  differential_expression_mann_whitney.py 266
  differential_expression_t_test.py
  protein_graphs.py
  ptm_analysis.py 74, 119-120, 138-140
  protzilla/data_integration
  di_plots.py
  protzilla/data_preprocessing
  outlier_detection.py
  transformation.py
  protzilla/importing
  ms_data_import.py 122, 276
  protzilla/methods
  data_analysis.py 21, 174, 250, 283, 308, 351, 916, 935
  data_preprocessing.py
  importing.py 144
  protzilla/utilities
  transform_dfs.py
  utilities.py
  ui/main
  settings.py
  ui/runs
  fields.py
  views.py
  views_helper.py
  ui/runs/forms
  data_analysis.py 318-322, 379, 409, 445, 468, 1183, 1224-1228, 1252
  importing.py
Project Total  

The report is truncated to 25 files out of 56. To see the full report, please visit the workflow summary page.

This report was generated by python-coverage-comment-action

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.

2 participants