-
Notifications
You must be signed in to change notification settings - Fork 14
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
modification configs for running rnammer #20
Comments
@aistBMRG Thank you for using DFAST. Yes, you can use rnammer by creating a custom config file.
Alternatively, you can directly modify default_config.py. In that case, --config option is not required. Please note that rnammer is not well tested. |
Thank you very much for the prompt reply. I will try it; but may need to specify some cmd_options for rnammer. |
By default, rnammer is invoked with the following command,
meaning that all kind of rRNA genes will be predicted using the parameter for bacteria. If you want to provide other options, please specify it in |
Ok, thanks. |
As per the pull request #25 and the issue #20, command-line options to enable GeneMarkS2, Diamond, RNAmmer have been added. See [FAQ](docs/FAQ.md) for more details. ``` --aligner STR Aligner to use [ghostx(=default)|blastp|diamond] --use_genemarks2 STR Use GeneMarkS2 to predict CDS instead of MGA. [auto|bact|arch] --use_rnammer STR Use RNAmmer to predict rRNA instead of Barrnap. [bact|arch] ``` Note that GeneMarkS2, Diamond, RNAmmer are not bundled in the software package. If you want to use them, please install them by yourself. Thank @AaronRuben for the PR for GeneMarkS2!
Hi, Is there a way to fix that ? Thank you already |
RNAmmer is not bundled in the DFAST software package. Did you install it? |
RNAmmer is installed properly, I run the tests to be sure |
Is it possible to send your genome file to dfast@nig.ac.jp? |
Do you think it's genome related ? |
Did you get the result successfully without "--use_rnammer" option? |
Everything is fine without "--use_rnammer". I am sending you the genome so you can have a look at it |
TIPS for trouble shoot: Check RNAmmer configuration.
|
Hi,
Thanks for developing dfast -- it is a great tool!
Just a small question. I wanted to use rnammer for calling of rRNA genes. It seems that can be achieved by setting a custom configuration file. However, I was not able to understand which files should be updated for that. Would it be possible to clarify? Could we also enable it as part of the command for dfast, same as in Prokka (--rnammer option)?
Thank you very much in advance.
Dieter
The text was updated successfully, but these errors were encountered: