Skip to content

FEAT SILAC & multiplexing support #149

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

Merged
merged 10 commits into from
May 25, 2024
Merged

FEAT SILAC & multiplexing support #149

merged 10 commits into from
May 25, 2024

Conversation

GeorgWa
Copy link
Collaborator

@GeorgWa GeorgWa commented May 16, 2024

No description provided.

@GeorgWa GeorgWa marked this pull request as ready for review May 22, 2024 16:15
@GeorgWa GeorgWa requested a review from mschwoer May 22, 2024 16:15
@GeorgWa GeorgWa added the test:e2e End to end tests will be run on PRs that carry this label. label May 22, 2024
Copy link
Collaborator

@mschwoer mschwoer left a comment

Choose a reason for hiding this comment

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

LGTM

self.config["multiplexing"]["target_channels"].split(",")
)
all_channels = sorted([int(c) for c in all_channels])

Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe log all_channels here?

@@ -806,29 +813,33 @@ def build_library(
return mbr_spec_lib


def build_stat_df(raw_name, run_df):
def build_stat_df(raw_name, run_df, channels=[0]):
Copy link
Collaborator

Choose a reason for hiding this comment

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

type hints and a bit of doc? ;-)

@@ -26,6 +26,24 @@
# third party imports
import torch

from alphabase.constants import modification

modification.add_new_modifications(
Copy link
Collaborator

Choose a reason for hiding this comment

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

just out of curiosity: why are we adding these mods here?

@GeorgWa GeorgWa merged commit 98d6b1c into development May 25, 2024
@GeorgWa GeorgWa deleted the silac branch May 25, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test:e2e End to end tests will be run on PRs that carry this label.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants