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

Proteome CLI flags of epaa and nextflow differ #201

Open
jonasscheid opened this issue May 31, 2023 · 2 comments
Open

Proteome CLI flags of epaa and nextflow differ #201

jonasscheid opened this issue May 31, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@jonasscheid
Copy link
Contributor

jonasscheid commented May 31, 2023

Description of the bug

The epaa.py script expects a --reference_proteome as argument, however via the nextflow script only --proteome is parsed:

epaa.py: error: unrecognized arguments: --proteome /path/to/UP000005640_9606.fasta

Command used and terminal output

nextflow run nf-core/epitopeprediction -r dev  -profile cfc \
    --input samplesheet.csv \
    --outdir "filtered_out_all_proteome" \
    --filter_self \
    --proteome "path/to/UP000005640_9606.fasta" \
    --tools "syfpeithi,netmhc-4.0,netmhcpan-4.1,netmhciipan-4.1" \
    --netmhc_path /path/to/netMHC-4.0a.Linux.tar.gz \
    --netmhcpan_path /path/to/netMHCpan-4.1b.Linux.tar.gz \
    --netmhciipan_path /path/to/netMHCIIpan-4.1a.Linux.tar.gz \
    -resume

Relevant files

No response

System information

No response

@jonasscheid
Copy link
Contributor Author

I checked the functionality of filtering out peptides that are in the human proteome and it doesn't work. I find peptides in the results that are substrings of the HP I provided. I used the test_full dataset

@christopher-mohr
Copy link
Collaborator

I checked the functionality of filtering out peptides that are in the human proteome and it doesn't work. I find peptides in the results that are substrings of the HP I provided. I used the test_full dataset

I guess it would be better to create a separate issue for that and maybe even in the epytope repository. Do you have a minimal example and could check if you can reproduce it with this epytope version and the most recent one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants