Skip to content

Preprocessing Script Overview

Marcus Fedarko edited this page Jan 2, 2018 · 13 revisions

MetagenomeScope's "preprocessing script" is a program that takes as input an assembly graph file and produces a SQLite database file that can be visualized in MetagenomeScope's viewer interface.

The code for the preprocessing script is located in the graph_collator/ directory. The script can be run with the command python graph_collator/collate.py.

More detailed information about the execution of the script is located in the Preprocessing Script Settings page.

Clone this wiki locally