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

Use meta map for allele_id and allele_name #57

Open
tillenglert opened this issue Mar 28, 2023 · 1 comment
Open

Use meta map for allele_id and allele_name #57

tillenglert opened this issue Mar 28, 2023 · 1 comment
Labels
enhancement Improvement for existing functionality

Comments

@tillenglert
Copy link
Collaborator

Description of feature

allele_id and allele_name are currently written and extracted to/from text files containing the peptides. Adding the allele information to the meta map increases code readability and also prepares the modules for upcoming module changes.

Also check for more parameters/informations which can be appended to the meta map to increase code readability.

@tillenglert tillenglert added the enhancement Improvement for existing functionality label Mar 28, 2023
@tillenglert tillenglert self-assigned this Mar 28, 2023
@tillenglert
Copy link
Collaborator Author

While working on this Issue following problems occurred, which make the changes unnecessary at the moment:

The allele_name and allele_id need to be added to the meta map after the peptides were divided into chunks (or during) which is done in the process: SPLIT_PRED_TASKS. In this process the chunks are written to files containing a header line, in which the corresponding allele for this batch of peptides is saved. From this point we can either extract the header line within the nextflow process to append it to the meta map or extract it in the following PREDICT_EPITOPES process for further use. Therefore, we want to make these changes as soon as there are modules for the epitopeprediction which need the alleles defined in the meta map. Or if we see the necessity for downstream processes.

@tillenglert tillenglert removed their assignment Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement for existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant