Skip to content

Commit 61624c3

Browse files
committed
Update examples and requirements
1 parent 67341ef commit 61624c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/run.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ python -m dimspy sample-filter^
3333
--output tests/test_results/pm_a_bf_sf.hdf5^
3434
--min-fraction 0.8
3535

36-
python -m dimspy hdf5-to-txt^
36+
python -m dimspy hdf5-pls-to-txt^
3737
--input tests/test_results/peaklists_rf.hdf5^
3838
--output tests/test_results^
3939
--delimiter tab
4040

41-
python -m dimspy hdf5-to-txt^
41+
python -m dimspy hdf5-pm-to-txt^
4242
--input tests/test_results/pm_a_bf_sf.hdf5^
4343
--output tests/test_results/pm_a_bf_sf.txt^
4444
--delimiter tab

examples/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ python -m dimspy sample-filter \
3535
--output tests/test_results/pm_a_bf_sf.hdf5 \
3636
--min-fraction 0.8
3737

38-
python -m dimspy hdf5-to-txt \
38+
python -m dimspy hdf5-pls-to-txt \
3939
--input tests/test_results/peaklists_rf.hdf5 \
4040
--output tests/test_results/
4141

42-
python -m dimspy hdf5-to-txt \
42+
python -m dimspy hdf5-pm-to-txt \
4343
--input tests/test_results/pm_a_bf_sf.hdf5 \
4444
--output tests/test_results/pm_a_bf_sf.txt
4545

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy==1.13.3
22
scipy==1.0.0
3-
fastcluster==1.1.24
3+
fastcluster==1.1.23
44
pymzml==0.7.8
55
h5py==2.7.0
66
pythonnet==2.3.0

0 commit comments

Comments
 (0)