| | 83 | select exp_name,warp_id,warpRun.label,warpRun.data_group,warpRun.registered,warpRun.software_ver from warpRun join fakeRun using (fake_id) join camRun using (cam_id) join chipRun using (chip_id) join rawExp using (exp_id) where warpRun.data_group like "MOPS.dailytestset.20150815"; |
| | 84 | |
| | 85 | | exp_name | warp_id | label | data_group | registered | software_ver | |
| | 86 | +-------------+---------+-------------------+----------------------------+------------+--------------+ |
| | 87 | | o6370g0351o | 1615268 | MOPS.dailytestset | MOPS.dailytestset.20150815 | NULL | 38192M | |
| | 88 | | o6370g0373o | 1615270 | MOPS.dailytestset | MOPS.dailytestset.20150815 | NULL | 38192M | |
| | 89 | | o6370g0395o | 1615271 | MOPS.dailytestset | MOPS.dailytestset.20150815 | NULL | 38192M | |
| | 90 | | o6370g0417o | 1615273 | MOPS.dailytestset | MOPS.dailytestset.20150815 | NULL | 38192M | |
| | 91 | |
| | 92 | warptool -dbname gpc1 -tosummary -simple -data_group MOPS.dailytestset.20150815 |
| | 93 | 1615268 GPC1 neb://@HOST@.0/gpc1/MOPS.dailytestset.20150815 RINGS.V3 o6370g0351o.590994 full |
| | 94 | 1615270 GPC1 neb://@HOST@.0/gpc1/MOPS.dailytestset.20150815 RINGS.V3 o6370g0373o.591016 full |
| | 95 | 1615271 GPC1 neb://@HOST@.0/gpc1/MOPS.dailytestset.20150815 RINGS.V3 o6370g0395o.591038 full |
| | 96 | 1615273 GPC1 neb://@HOST@.0/gpc1/MOPS.dailytestset.20150815 RINGS.V3 o6370g0417o.591060 full |
| | 97 | |
| | 98 | }}} |
| | 99 | {{{ |