SOLQC
  • Home
  • Paper
  • Getting Started
    • Installation
    • Toy Example
  • Working With The Tool
    • Preparation
    • Tool Operation
      • Matching and Analysis
      • Analysis Only
    • Pipeline
    • Analysis
  • Examples
    • Report Example
  • Q & A
    • FAQ
    • Contact Us
Powered by GitBook
On this page
  • Starting the tool
  • Working with the tool:

Was this helpful?

  1. Working With The Tool

Tool Operation

How to perform analysis using the tool.

PreviousPreparationNextMatching and Analysis

Last updated 10 months ago

Was this helpful?

Once you have the necessary files prepared, you have a few options of how to operate the tool. If you're not sure what this means go over:

Starting the tool

There are 2 basic ways you can start the tool with.

The simple one :

$ docker run -p 5000:5000 solqc/tool

Or the second option:

Using an additional parameter (-v), which will allow you to access local files directly on the server by

$ docker run -p 5000:5000 -v path/to/folder_with_data:/data solqc/tool

If want to analyse large files ( > 500 MB), it is highly recommended you use the 2nd approach.

Working with the tool:

If you want the tool to perform both variant - read matching and analysis go to :

If you already have the matching between the variants and reads you should go to:

Preparation
Matching and Analysis
Analysis Only