We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :
Or, one can use its own conda env for interproscan and add it to the custom.config :
And then run the pipeline the following way :
The text was updated successfully, but these errors were encountered: