Skip to content

Commit

Permalink
Simple run script
Browse files Browse the repository at this point in the history
  • Loading branch information
wflynny committed Jul 27, 2020
1 parent 52f66b8 commit 63fdcbc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions post_processing/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/usr/bin/env python

source activate imc
python hcs_data_processing.py \
-i test_data/HCS-input-form.xlsx \
-r test_data/PlateMaps_Hamilton_June\ 19\,\ 2020.xls \
-m spectramax test_data/SBB_20200624_assay13A_final_ctg_reading.txt \
-m phenix-day1 test_data/SBB_Assay_13A_20200619_calcein_viol_SBB_20200720_day1_texture_identified_orgs.txt CM,CO,CR \
-m phenix-day5 test_data/SBB_assay13A_20200624_day5\ _\ SBB_20200709_class_A_B_.txt EQ,ES,IU,IW \
-f -v \
-o testfile.csv \
-p testfile_plot.pdf

python gr50.py \
-i testfile.csv \
-g0 'phenix-day1.*Sum.*' \
-g1 'phenix-day5.*Sum.*' \
-p testgr50

0 comments on commit 63fdcbc

Please sign in to comment.