.. _SQLAlchemy: http://www.sqlalchemy.org/ .. _Portcullis: https://github.com/maplesond/portcullis .. _BED12: https://genome.ucsc.edu/FAQ/FAQformat.html#format1 .. _GffRead: https://github.com/gpertea/gffread .. _JSON: https://www.json.org/ .. _TOML: https://toml.io/ .. _YAML: https://yaml.org/ .. _configparser: https://docs.python.org/3/library/configparser.html .. _configure: Mikado configure ================ This utility prepares the configuration file that will be used throughout the pipeline stages. While the most important options can be set at runtime through the command line, many algorithmic details can be accessed and intervened upon only through the file produced through this command. .. important:: Please note that any value absent from the configuration at runtime **will be imputed to the default value for Mikado, as specified internally**. .. _input_file_list: Input annotation files ~~~~~~~~~~~~~~~~~~~~~~ The preferred method for providing Mikado configure with the input annotation files is a **** delimited file, where each line specifies a different file name. The fields in this file are as follows, for each row: ..