Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-t committed May 10, 2019
1 parent f0e5a3a commit 408c876
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions python/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ include readme.MD
include scripts/example-data/readme.MD
include scripts/example-data/seq/chr1-5k-55k.fa
include scripts/example-data/matrices/*
include scripts/ex-*.py scripts/moods_dna.py
include COPYING.BIOPYTHON COPYING.GPLv3
include scripts/ex-*.py scripts/moods-dna.py
include COPYING.BIOPYTHON COPYING.GPLv3
8 changes: 4 additions & 4 deletions python/readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Alternatively, you can install MOODS from the source package:

(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
or you are simply planning to use the `moods-dna.py` scripts for basic
analysis):

python setup.py build_ext --inplace
Expand All @@ -47,12 +47,12 @@ analysis):

sudo python setup.py install

You can test MOODS by running the `moods_dna.py` script with
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
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


Documentation
Expand Down
File renamed without changes.

0 comments on commit 408c876

Please sign in to comment.