Skip to content

Commit

Permalink
More readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkorhonen committed Apr 22, 2016
1 parent ebcb598 commit 7d38c85
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions python/readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MOODS-python 1.9.1
==================

Motif Occurrence Detection Suite

https://www.cs.helsinki.fi/group/pssmfind/


Expand All @@ -11,8 +12,10 @@ Getting Started
Start by compiling the MOODS extensions and optionally installing
the MOODS module to Python library path. Do one of the following:

(a) If you don't want to install MOODS package right now, you can just
compile the extensions in place and create a symlink under `scripts/`:
(a) Compile the extensions in place and create a symlink under `scripts/`
(if you just want to test things without installing to Python library path,
or you are simply planning to use the `moods_dna.py` scripts for basic
analysis):

python setup.py build_ext --inplace
cd scripts
Expand All @@ -29,6 +32,7 @@ compile the extensions in place and create a symlink under `scripts/`:
In all cases, you can test MOODS by running the `moods_dna.py` script
with the example data provided with the package:

cd scripts/
python moods_dna.py -m example-data/matrices/*.{pfm,adm} -s example-data/seq/chr1-5k-55k.fa -p 0.0001
python moods_dna.py --help

Expand Down

0 comments on commit 7d38c85

Please sign in to comment.