Skip to content
Snippets Groups Projects
Commit 1f5223be authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

add warning genome-name without space

parent 136e1c33
No related branches found
No related tags found
No related merge requests found
Pipeline #65321 passed
......@@ -878,6 +878,8 @@ list_file
Your list_file contains the names of all genomes used to generate the persistent genome, 1 genome name per line, without extension. 'align' subcommand will then use the files in ``Proteins`` folder, called ``<genome_name_given>.prt`` and those in ``Genes`` folder, called ``<genome_name_given>.gen`` to do the alignments. ``Proteins`` and ``Genes`` folders are in your given ``<dbdir>``. You can use a file with multiple columns (like the LSTINFO file generated by 'annotate' subcommand), but only the first column will be taken into account. If you use the file generated by annotate step, you can keep it as it is (its header will be recognized). If you create your own file, do not put any header line.
.. warning:: Genome names must not contain any space.
Here is an example of a valid list_file:
.. code-block:: text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment