-
Notifications
You must be signed in to change notification settings - Fork 110
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
Prokka: contig length too long - add option for --compliant
mode
#677
Comments
--compliant
mode
Hi @audy Thanks for the report, ugh this comes up so many times with Prokka. Indeed, in other pipelines were we use this I've added a flag to turn this on. Probably simplest to do the same here. Will get to this ASAP. Otherwise as a workaround until this is implemented, you can manually add this to a custom config file: add to e.g.
And supply the file to your nextflow run command with I also don't know the exact effects will be, my main fear would be that the trimmed contigs name mean they might not be able to be associated with other output, but I guess that's up to the user. I don't think ti'll break the pipeline per se as the Prokka output files are not used elsewhere as far as I know. |
Hi, I ran into this issue as well, and I used the suggest addition to my config file. I do get an error however. This is what I added:
Which is similar to the suggestion, When I run the pipeline I get this error:
Would it help to remove the publishDir from the config set-up? |
YEs, please try that and have just |
Hi, I needed to change the settings for PROKKA a little bit, because The bit I added was:
and it seems to be running now. |
Yep that solved the issue. for me |
Glad to know it works with that, yes we can add an option wiht that flag! |
Description of the bug
I am running nf-core/mag 3.0.3 on a sample (ERR4303137) and it fails during the Prokka step.
This looks like it might be a simple fix (adding
--compliant --centre-name something
) but I'm not sure what the downstream effects will be.Command used and terminal output
Terminal output:
(click to expand)
Relevant files
No response
System information
The text was updated successfully, but these errors were encountered: