From 61624c3dafc4e126b3a6a433336d999732bbb50a Mon Sep 17 00:00:00 2001 From: RJMW Date: Sun, 10 Dec 2017 23:27:11 +0000 Subject: [PATCH] Update examples and requirements --- examples/run.bat | 4 ++-- examples/run.sh | 4 ++-- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/run.bat b/examples/run.bat index 9fd3d60..b55ac26 100644 --- a/examples/run.bat +++ b/examples/run.bat @@ -33,12 +33,12 @@ python -m dimspy sample-filter^ --output tests/test_results/pm_a_bf_sf.hdf5^ --min-fraction 0.8 -python -m dimspy hdf5-to-txt^ +python -m dimspy hdf5-pls-to-txt^ --input tests/test_results/peaklists_rf.hdf5^ --output tests/test_results^ --delimiter tab -python -m dimspy hdf5-to-txt^ +python -m dimspy hdf5-pm-to-txt^ --input tests/test_results/pm_a_bf_sf.hdf5^ --output tests/test_results/pm_a_bf_sf.txt^ --delimiter tab diff --git a/examples/run.sh b/examples/run.sh index 1de01ec..9c8518b 100755 --- a/examples/run.sh +++ b/examples/run.sh @@ -35,11 +35,11 @@ python -m dimspy sample-filter \ --output tests/test_results/pm_a_bf_sf.hdf5 \ --min-fraction 0.8 -python -m dimspy hdf5-to-txt \ +python -m dimspy hdf5-pls-to-txt \ --input tests/test_results/peaklists_rf.hdf5 \ --output tests/test_results/ -python -m dimspy hdf5-to-txt \ +python -m dimspy hdf5-pm-to-txt \ --input tests/test_results/pm_a_bf_sf.hdf5 \ --output tests/test_results/pm_a_bf_sf.txt diff --git a/requirements.txt b/requirements.txt index fe58f34..ccae3fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.13.3 scipy==1.0.0 -fastcluster==1.1.24 +fastcluster==1.1.23 pymzml==0.7.8 h5py==2.7.0 pythonnet==2.3.0