Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121985767
ClientTest.java
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 15, 05:07
Size
1 KB
Mime Type
text/x-c
Expires
Thu, Jul 17, 05:07 (2 d)
Engine
blob
Format
Raw Data
Handle
27421196
Attached To
R3229 Genome Privacy - SHCS App
ClientTest.java
View Options
//
//
//import java.sql.SQLException;
//
//import utils.ClientProperties;
//import database.DBconnectorClient;
//import framework.MedUnit;
//import framework.Request;
//
//public class ClientTest {
//
// /**
// * @param args
// * @throws SQLException
// */
// public static void main(String[] args) throws SQLException {
// // TODO Auto-generated method stub
// ClientProperties props = new ClientProperties("config/config_client.fry.properties");
// MedUnit mu = new MedUnit(props, 0, null, null);
// DBconnectorClient conn = new DBconnectorClient(props.getConfigMU());
// mu.connectionToSPU();
// System.out.println("Test");
// Request r = new Request(30351, 0, 12, conn.getMarkers(12), conn.getCFs(12));
// double[] result = mu.runTest(r);
// System.out.println("Result1 = " + result[0]);
//// System.out.println("Result2 = " + result[1]);
// System.out.println("HLA");
// Request r2 = new Request(30351, 0, 0, null, null);
// String[] result2 = mu.runHLA(r2);
// String[] str = {"A1","A2","B1","B2","C1","C2"};
// for(int i=0; i<result2.length;i++){
// System.out.println(str[i] + " " + result2[i]);
// }
//
// }
//
//}
Event Timeline
Log In to Comment