-
Notifications
You must be signed in to change notification settings - Fork 8
Preprocessing Script Overview
Marcus Fedarko edited this page Aug 27, 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 preprocessing script is located in the graph_collator/
directory of MetagenomeScope. The script can be run with the command python graph_collator/collate.py
.
- System Requirements: a list of the various libraries needed to run the preprocessing script
-
Building SPQR Functionality: a guide to installing functionality to support the
-spqr
option on your system- Aside from the SPQR functionality, the rest of the preprocessing script is written solely in Python, so it should be portable for most operating systems.
- However, the SPQR functionality (
-spqr
) for the preprocessing script has a few extra requirements in C++. These need to be compiled and installed, so there are a few extra steps before you can successfully use the SPQR mode.
- Options: detailed information about the various options available when running the script
-
Controls
(Work in progress)
-
Viewer Interface Tutorial