Skip to content

cut pep length to no more than 1022 AAs #7

@Racccoon-Kevins

Description

@Racccoon-Kevins

I found the code cutting protein sequence to no more than 1022 AAs.

df_test['Protein'] = df_test['Protein'].apply(lambda x: x[:1022] if len(x) > 1022 else x)
Would you please help explaining the reason of any other consideration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions