Skip to content
lryaninsilico edited this page Dec 13, 2017 · 20 revisions

SafeSeqS Installation

Use pip to install the safeseqs package:

$ pip install safeseqs

SafeSeqS depends on several other packages and these will be installed automatically by pip if they are not already installed.

Required packages:

  • scipy

Contents

Quick Start
Input and Parameters
Example
____

Example

Example assuming input files are in a directory called C:\labName\studyName. The results should be stored in the sub-directory \runName under the C:\labName\studyName directory. The file SettingsTemplate.json should exist in the SafeSeqS Project Data directory and will be used to determine the run time settings. Up to 6 sub-processes may be run concurrently.

python -m safeseqs_controller -d C:\labName\studyName -r runName -sf SettingsTemplate.json -w 6

Clone this wiki locally