Skip to content

Commit

Permalink
Update examples and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW committed Dec 10, 2017
1 parent 67341ef commit 61624c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions examples/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 61624c3

Please sign in to comment.