forked from princetonvisualai/HIVE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlaunch_commands_45.txt
46 lines (36 loc) · 1.66 KB
/
launch_commands_45.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
====================PROTOPOOL========================
python launch_hits.py \
--html_template=hit_templates/combined_protopool_agreement.html \
--hit_properties_file=hit_properties/properties_45.json \
--input_json_file=examples/input_protopool_agreement.txt \
--hit_ids_file=examples/protopool_ids_45.txt
python get_results.py \
--hit_ids_file=examples/protopool_ids_45.txt \
> results/protopool_test_results.txt
===================POOLCAP===========================
python launch_hits.py \
--html_template=hit_templates/combined_poolcap_agreement.html \
--hit_properties_file=hit_properties/properties_45.json \
--input_json_file=examples/input_poolcap_agreement.txt \
--hit_ids_file=examples/poolcap_ids_45.txt
python get_results.py \
--hit_ids_file=examples/poolcap_ids_45.txt \
> results/poolcap_test_results.txt
===================PROTOPNET=========================
python launch_hits.py \
--html_template=hit_templates/combined_protopnet_distinction_mod.html \
--hit_properties_file=hit_properties/properties_45.json \
--input_json_file=examples/input_protopnet_distinction_mod.txt \
--hit_ids_file=examples/protopnet_ids_45.txt
python get_results.py \
--hit_ids_file=examples/protopnet_ids_45.txt \
> results/protopnet_test_results.txt
====================PROTOPCAP========================
python launch_hits.py \
--html_template=hit_templates/combined_protopcap_distinction_mod.html \
--hit_properties_file=hit_properties/properties_45.json \
--input_json_file=examples/input_protopcap_distinction_mod.txt \
--hit_ids_file=examples/protopcap_ids_45.txt
python get_results.py \
--hit_ids_file=examples/protopcap_ids_45.txt \
> results/protopcap_test_results.txt