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

Bioconda env for interproscan not working for the functional_annotation subworkflow #89

Open
LucileSol opened this issue Nov 28, 2022 · 0 comments

Comments

@LucileSol
Copy link
Contributor

The bioconda env for interproscan is not working in the functional_annotation subworkflow.

To use interproscan, one needs to install the tool and database locally and add a similar line to a custom.config :

env.PATH ='${PATH}:/projects/interproscan/interproscan-5.59-91.0'

Or, one can use its own conda env for interproscan and add it to the custom.config :

process {
    withName: 'INTERPROSCAN' {
        conda = '/sw/anaconda/2019.10/envs/interproscan'
        container = null
    }    
}

And then run the pipeline the following way :

nextflow run NBISweden/pipelines-nextflow -profile singularity -params-file params.yml -c custom.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant