You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Makefile
+2-2
Original file line number
Diff line number
Diff line change
@@ -106,13 +106,13 @@ evolve : FORCE
106
106
@echo "ANC_HOME ="$(ANC_HOME)
107
107
@echo "FACILE_HOME ="$(FACILE_HOME)
108
108
mkdir -p $(basename$(config))
109
-
$(BIOJAZZ_HOME)/biojazz.pl --config=config/$(config) --tag=$(tag) --cluster_type=$(cluster_type) --cluster_size=$(cluster_size) --seed=$(seed)2>&1| tee -a -i $(basename$(config))/$(basename$(config)).$(tag).log
109
+
$(BIOJAZZ_HOME)/biojazz.pl --verbosity=0 --config=config/$(config) --tag=$(tag) --cluster_type=$(cluster_type) --cluster_size=$(cluster_size) --seed=$(seed)2>&1| tee -a -i $(basename$(config))/$(basename$(config)).$(tag).log
110
110
111
111
evolve_rescore : FORCE
112
112
@echo "ANC_HOME ="$(ANC_HOME)
113
113
@echo "FACILE_HOME ="$(FACILE_HOME)
114
114
mkdir -p $(basename$(config))
115
-
$(BIOJAZZ_HOME)/biojazz.pl --config=config/$(config) --tag=$(tag) --cluster_type=$(cluster_type) --cluster_size=$(cluster_size) --rescore --seed=$(seed)2>&1| tee -a -i $(basename$(config))/$(basename$(config)).$(tag).log
115
+
$(BIOJAZZ_HOME)/biojazz.pl --verbosity=0 --config=config/$(config) --tag=$(tag) --cluster_type=$(cluster_type) --cluster_size=$(cluster_size) --rescore --seed=$(seed)2>&1| tee -a -i $(basename$(config))/$(basename$(config)).$(tag).log
0 commit comments