GenoVi
GenoVi copied to clipboard
--title 'filename' does not work
SVGs and PNGs that are generated have "filename" in the center of the image.
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? "filename" feature only works when input is a directory, not a single file. This is because it only made sense for this case, since for a single file the name could be written directly, easily.
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 " +
"for title text.")
¿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.
genovi -i ../genovi -t 'filename' -s complete