From b7689604fda8554ac04b4e962fd4071d22a25fc4 Mon Sep 17 00:00:00 2001 From: Yao-Yuan Mao Date: Fri, 19 Feb 2021 12:08:36 -0500 Subject: [PATCH] add cos_saga --- SAGA/hosts/cuts.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/SAGA/hosts/cuts.py b/SAGA/hosts/cuts.py index a27ee95..898c108 100644 --- a/SAGA/hosts/cuts.py +++ b/SAGA/hosts/cuts.py @@ -31,7 +31,7 @@ 35294, 37483, 38802, 40284, 41083, 48815, 49342, 50031, 51340, 51471, 51620, 52273, 52735, 53499, 54119, 55588, 58470, 59426, 64725, 66318, 66934, 67782, 67817, 68743, 69349, 70795, 71883, - ) + ), # fmt: on } @@ -48,6 +48,21 @@ good_hosts = Query("HOST_SCORE >= 4") | good_exceptions good = good_hosts & has_image build_default = potential_hosts & has_image +cos_saga = QueryMaker.in1d( + "HOSTID", + ( + "nsa85746", + "nsa85746", + "nsa85746", + "nsa140594", + "nsa13927", + "nsa144953", + "nsa165082", + "nsa165153", + "nsa165707", + "nsa147606", + ), +) hostlist_v1 = QueryMaker.in1d("PGC", _list_by_pgc["hostlist_v1"]) paper1_complete = QueryMaker.in1d("PGC", _list_by_pgc["paper1_complete"])