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

Issue with the process: EXTERNAL_TOOLS_IMPORT #183

Closed
marissaDubbelaar opened this issue Dec 2, 2022 · 3 comments
Closed

Issue with the process: EXTERNAL_TOOLS_IMPORT #183

marissaDubbelaar opened this issue Dec 2, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@marissaDubbelaar
Copy link
Contributor

Description of the bug

There seems to be an error when the netmhcpan version 4.0 is used.
I checked the ~/.nextflow/assets/nf-core/epitopeprediction/assets/external_tools_meta.json and this seems to be in there. Maybe the issue can be easily resolved?

"netmhcpan_darwin": {
        "4.0": {
            "version": 4.0,
            "software_md5": "042d16b89adcf5656ca4deae06b55cc6",
            "data_url": "https://services.healthtech.dtu.dk/services/NetMHCpan-4.0/data.Darwin.tar.gz",
            "data_md5": "b4eef3c82852d677a98e0f7d753a36e2",
            "binary_name": "netMHCpan"
        },
        "4.1": {
            "version": 4.0,
            "software_md5": "5f6eab43feb80a24e32eb02b22e9db5f",
            "data_url": "https://services.healthtech.dtu.dk/services/NetMHCpan-4.1/data.tar.gz",
            "data_md5": "4bdd3944cb4c5b8ba4d8900dae074c85",
            "binary_name": "netMHCpan"
        }
    },

Command used and terminal output

nextflow run nf-core/epitopeprediction --input input.csv -profile docker --max_memory 4.GB --max_cpus 4 --min_peptide_length 8 --max_peptide_length 12 --outdir ./ligandomat_results --netmhcpan_path /Users/dubbelaar/lib/netMHCpan-4.1b.Darwin.tar.gz

Relevant files

nextflow.log

System information

  • Nextflow version 22.10.1
  • Hardware: MacBook
  • Executor: local
  • Container engine: Docker
  • OS: macOS
  • Version of nf-core/epitopeprediction: 2.1.0
@marissaDubbelaar marissaDubbelaar added the bug Something isn't working label Dec 2, 2022
@christopher-mohr christopher-mohr self-assigned this Dec 2, 2022
@christopher-mohr
Copy link
Collaborator

Hi Marissa, thanks for the report. I assume you also added netmhcpan-4.1 to the --tools parameter value? Could you please try adding --netmhc_system darwin?

@marissaDubbelaar
Copy link
Contributor Author

oops yes the --tools parameter included syfpeithi,netmhcpan-4.1. I just tested it out at it seems to work.
Thank you @christopher-mohr, close the issue if you like. But I was wondering maybe good to alter the version under netmhcpan_darwin, 4.0?

@christopher-mohr
Copy link
Collaborator

oops yes the --tools parameter included syfpeithi,netmhcpan-4.1. I just tested it out at it seems to work.
Thank you @christopher-mohr, close the issue if you like. But I was wondering maybe good to alter the version under netmhcpan_darwin, 4.0?

Yes, I noticed that as well, I will fix it in the next PR. Thanks!

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