|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openscience.nmrshiftdb.AdminPanel
public class AdminPanel
This class handels some admin tasks
Constructor Summary | |
---|---|
AdminPanel()
|
Method Summary | |
---|---|
private static void |
crossvalidateHose(java.lang.String[] args)
|
private static void |
doInsert(AbInitioDataset aid,
java.lang.String[] args)
Insert a AbInitioDataset into the database. |
private static void |
executeAnalyzeSql(java.lang.String[] args)
Analyzes the current sql logfile |
private static void |
executeBuildHose(java.lang.String[] args)
Executes building of HOSECodes |
private static void |
executeCheckAssignments(java.lang.String[] args)
Checks if shifts are assigned to other atom the spectrum type suggests |
private static void |
executeCheckDoubleMolecules(java.lang.String[] args)
Executes checking of double molecules |
private static void |
executeCheckNCI(java.lang.String[] args)
Executes ckecking vi NCI database |
private static void |
executeCheckShifts(java.lang.String[] args)
Executes ckecking of shifts |
private static void |
executeCompareShifts(java.lang.String[] args)
Executes comparing of shifts to cdk. |
private static void |
executeCreateInchis(java.lang.String[] args)
Creates missing INChIs |
private static void |
executeCrosscheckHose(java.lang.String[] args)
Executes an svm crossvalidation |
private static void |
executeCrossvalidate(java.lang.String[] args)
Executes an svm crossvalidation |
private static void |
executeCrossvalidateWeka(java.lang.String[] args)
|
private static void |
executeDeletePubchem(java.lang.String[] args)
|
private static void |
executeMakeAromaticity(java.lang.String[] args)
Executes making of aromaticities |
private static void |
executeMakeDescriptorsAll(java.lang.String[] args)
Creates the proton descriptors |
private static void |
executeMakeDescriptorsNew(java.lang.String[] args)
Creates the proton descriptors |
private static void |
executeMakePubchem(java.lang.String[] args)
Creates a file for pubchem submit |
private static void |
executeMakeSmilesChiral(java.lang.String[] args)
Executes making of chiral smiles |
private static void |
executeNCI(java.lang.String[] args)
Inserts nci mapping from mapping files |
private static void |
executeReadACD(java.lang.String[] args)
Executes reading of acd names file |
private static void |
executeReadAlk(java.lang.String[] args)
Reads corina 3d coordinates |
private static void |
executeReadCorina(java.lang.String[] args)
Reads corina 3d coordinates |
private static void |
executeReadDkfz(java.lang.String[] args)
Executes reading dkfz files |
private static void |
executeReadGaussian(java.lang.String[] args)
Executes reading Gaussain log files |
private static void |
executeReadMainz(java.lang.String[] args)
Reads file from uni mainz. |
private static void |
executeReadMainzC(java.lang.String[] args)
Reads file from uni mainz.(carbon) |
private static void |
executeReadWageningen(java.lang.String[] args)
Reads file from uni mainz. |
private static void |
executeRebuildFingerprints(java.lang.String[] args)
Several methods, use comments to activate |
private static void |
executeSynchronize(java.lang.String[] args)
Executes synchronization |
private static void |
executeWriteCorina(java.lang.String[] args)
Makes a file needed for corina coordinate generation |
private static java.lang.String |
getStartLayers(java.lang.String string)
|
static void |
main(java.lang.String[] args)
The main program for the AdminPanel class. |
private static void |
makeArff(java.lang.String[] args)
|
private static void |
makeQA(java.lang.String[] args)
|
private static void |
processData(java.util.Map map,
java.lang.String[] args,
java.util.Properties geraeteprops,
NmrshiftdbUser user,
java.util.Properties nmrprops,
java.util.Properties jetspeedprops)
Inserts a dkfz set into the db |
private static void |
readcasfromnci(java.lang.String[] args)
Reads cas numbers from nci file |
private static void |
readcoumarines(java.lang.String[] args)
Reads coumarine files |
private static boolean |
warn(java.lang.String text,
java.io.BufferedReader br)
Prints a warning and asks if to continue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminPanel()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The directory whre the log files are and the src/java/ directory of nmrshiftdb distribution
java.lang.Exception
- Description of Exceptionprivate static boolean warn(java.lang.String text, java.io.BufferedReader br)
text
- The warning textbr
- The buffered reader from System.in
private static void executeMakePubchem(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Description of Exceptionprivate static void executeSynchronize(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Description of Exceptionprivate static void executeReadGaussian(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
private static void executeReadDkfz(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Description of Exceptionprivate static void executeReadACD(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Description of Exceptionprivate static void executeReadMainzC(java.lang.String[] args) throws java.lang.Exception
args
- The command line args.
java.lang.Exception
- Database problems.private static void executeReadMainz(java.lang.String[] args) throws java.lang.Exception
args
- The command line args.
java.lang.Exception
- Database problems.private static void executeCreateInchis(java.lang.String[] args) throws java.lang.Exception
args
- The command line args.
java.lang.Exception
- Databse problems.private static void executeRebuildFingerprints(java.lang.String[] args) throws java.lang.Exception
args
- The command line args.
java.lang.Exception
- Databse problems.private static void processData(java.util.Map map, java.lang.String[] args, java.util.Properties geraeteprops, NmrshiftdbUser user, java.util.Properties nmrprops, java.util.Properties jetspeedprops) throws java.lang.Exception
map
- The data as a hashmapargs
- The command line argsgeraeteprops
- Description of Parameteruser
- Description of Parameternmrprops
- Description of Parameterjetspeedprops
- Description of Parameter
java.lang.Exception
- Databse problemsprivate static void executeWriteCorina(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeNCI(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeDeletePubchem(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
private static void executeReadCorina(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeReadAlk(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeMakeDescriptorsAll(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeMakeDescriptorsNew(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeCrosscheckHose(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeCrossvalidate(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeAnalyzeSql(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void readcasfromnci(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeMakeAromaticity(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeMakeSmilesChiral(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeBuildHose(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeCheckDoubleMolecules(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeCompareShifts(java.lang.String[] args) throws java.lang.Exception
args
- The command line args.
java.lang.Exception
- Databse problems.private static void executeCheckAssignments(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeCheckNCI(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void executeCheckShifts(java.lang.String[] args) throws java.lang.Exception
args
- The command line args
java.lang.Exception
- Databse problemsprivate static void doInsert(AbInitioDataset aid, java.lang.String[] args) throws java.lang.Exception
aid
- The AbInitioDatasetargs
- The command-line arguments
java.lang.Exception
- Database problemsprivate static void executeCrossvalidateWeka(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
private static void crossvalidateHose(java.lang.String[] args)
private static void makeQA(java.lang.String[] args)
private static void readcoumarines(java.lang.String[] args) throws java.lang.Exception
args
- The command line args.
java.lang.Exception
- Database problems.private static void makeArff(java.lang.String[] args)
private static void executeReadWageningen(java.lang.String[] args) throws java.lang.Exception
args
- The command line args.
java.lang.Exception
- Database problems.private static java.lang.String getStartLayers(java.lang.String string)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |