-
Notifications
You must be signed in to change notification settings - Fork 11
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
--title 'filename' does not work #1
Comments
Hello! try with simple quotation marks 'filename' instead of "filename" |
Hi, thanks for the software! Unfortunately using 'filename' does not work and I get the same problem. If it helps, my GBFFs are generated using Bakta. |
Hi! We'll look into that. We certainly didn't try with Bakta annotated genomes, so we might need to update genovi considering that. |
Hello. Are you using a directory as input or a single file? |
Yes, it's a directory. |
In my opinion the best way to handle this is to avoid the strange 'filename' scheme. argparse already has a better way: parser.add_argument("-n", "--name", action="store_true", help="use the filename " + |
¿Could you please send me the full command line you're trying? This is for me to test it and check in which cases it is not working. |
|
SVGs and PNGs that are generated have "filename" in the center of the image.
The text was updated successfully, but these errors were encountered: