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

KEGG warn message #40

Open
vruggieri opened this issue Mar 9, 2022 · 3 comments
Open

KEGG warn message #40

vruggieri opened this issue Mar 9, 2022 · 3 comments

Comments

@vruggieri
Copy link

Thanks for providing this nice pipeline!
I run an analysis with the following command:
./nextflow run TransPi.nf --all --maxReadLen 143 --k 25,35,55,75,85 --reads '/media/server2/Data_2Gb/Melongena/Data/Trimmed/Trimmed/provaR673_HP/R673HP831val_R[1,2].fastq.gz' --outdir /media/server2/Data_2Gb/Melongena/TransPi_R673_HP8 -profile docker --skipQC

Everthing was ok, except that the pipeline ended with a KEGG warning message:
"WARN: Access to undefined parameter skipKegg -- Initialise it to a default value eg. params.skipKegg = some_value"
annotation.
Indedd in the trinotate folder the KEGG report file is empty as well as the kegg section in the html.

Any suggestion for that issue?

Thank you in advance

@dpaz-corals
Copy link

@PalMuc did you find any solution to this issue?

@vruggieri
Copy link
Author

Not yet. I'm still getting the same issue.

@AlexGaithuma
Copy link

try adding the option: --withkegg

in your command

./nextflow run TransPi.nf --all --maxReadLen 143 --k 25,35,55,75,85 --reads '/media/server2/Data_2Gb/Melongena/Data/Trimmed/Trimmed/provaR673_HP/R673HP831val_R[1,2].fastq.gz' --outdir /media/server2/Data_2Gb/Melongena/TransPi_R673_HP8 -profile docker --skipQC

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

3 participants