Directory Agmial2/ca_manager/src/cam/contigdb/

Directory Created:
2004-09-29 16:40
Total Files:
30
Deleted Files:
0
Lines of Code:
6949

[root]/Agmial2/ca_manager/src/cam/contigdb

Lines of Code

Agmial2/ca_manager/src/cam/contigdb/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 132 (100.0%) 9909 (100.0%) 75.0
vloux 107 (81.1%) 6552 (66.1%) 61.2
rbossy 25 (18.9%) 3357 (33.9%) 134.2

Most Recent Commits

vloux 2007-10-24 11:42

ExtractORFAction :
for each CDS take the surrounding ORF and put it in a specific layer.
OrfAlign : similarity search on ORFs created by ExtractOrfAction

445 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMFeatureAction.java (+3), CAMFeatureSchema.java (+2 -2), CAMHomologyResult.java (new 110), CAMHomologyResultSchema.java (new 169), ContigDB.java (+161 -21)
vloux 2006-04-20 16:58

ConnectionPool :
- clean destroy

ActionsQueues/Motivations :
- sleepTime passed in constructor

ProteinDB/DAOs :
- statements not released properly causing locks

12 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: ContigDB.java (+12 -1)
vloux 2006-03-17 17:32

BugFix

CAM :
contigDB
Gestion DataSource
Prepa release 20060317

2139 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMBatchAction.java (+2 -12), CAMFeatureSchema.java (+15 -9), ContigDB.java (+2122 -1843)
vloux 2006-03-07 15:31

Fin nettoyage properties cam/pam
Fin nettoyage url en dur
Ajouts page par defaut erreurs 404,401,500 dans agmial_directory,pam,cam

[#213] Filtrer quote et retours chariots dans les formulaires
Filtre cot? client par javascript

1 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMFeatureSchema.java (+1 -1)
vloux 2006-02-28 16:10

[#200] Export donn?es format tabul? CGView
Ajout properties pour affichage Lien CGView (cgview.enabled)
Creation CGViewPanel
+ Nettoyage (template)_project_properties
+ Generation auto liens du main_menu.html par build.xml

7 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: ContigDB.java (+7 -2)
vloux 2006-01-16 08:58

Changement de start ? la vol?e (Affichage dans editFeature de tous les starts putatifs de l'ORF, transmission des annotations existantes).

253 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMFeatureSchema.java (+2 -2), ContigDB.java (+251 -4)
vloux 2005-09-28 14:26

BugFixes
Removed generated web.xml from repository

5 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: ContigDB.java (+5 -2)
vloux 2005-09-22 17:11

BugFixes

80 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMProject.java (+15 -1), CAMProjectSchema.java (+16 -3), ContigDB.java (+49 -32)
vloux 2005-09-08 11:05

contigDB code improvments

537 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: ContigDB.java (+537 -48)
vloux 2005-09-01 17:00

PAM Summer cleaning

DBPooling with apache dbpc and jni.

PAM refactoring :
moving all select/update/insert statement into proteindb package :

reader/HomologyAlignPanel.java OK(1)(2)
reader/HomologyImagePanel.java OK(1)(2)
reader/HomologyPanel.java OK(1)(2)

reader/ProteinPanel.java OK (1),(2)

reader/QueryDataSets.java OK(1)
reader/QueryProteins.java OK(1)
reader/QueryProteinSources.java OK(1)

reader/SearchDataSets.java OK
reader/SearchProteinSources.javaOK
reader/SearchResults.java TODO (Need to reorganize the search ->
will be done at that moment)


admin/MonitorProteinRefTasks.java OK(1),(3)
admin/MonitorProteinTasks.java OK(1)
admin/MonitorTasks.java OK(1)
admin/RetireProteins.java OK(1)
admin/ShowAddProteins.java OK
admin/ShowRetireProteins.java OK

control/AfterActionMotivation.java OK
control/DetermineFunctionAction.java OK(1)
control/HomologyResultsMotivation.java OK(1)
control/NotifyFunctionMotivation.java OK
control/ParalogResultsMotivation.java DELETED
control/ProteinActionMotivation.java OK
control/ProteinActionQueue.java OK
control/ProteinRefActionQueue.java OK
control/SwissAnnotAction.java OK

(1)new methods in ProteinDB
(2) new DTO classes
(3) new classes in proteinDB

27 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMActionList.java (-7), ContigDB.java (+27 -26)
vloux 2005-08-24 10:54

CAM Summer Cleaning !
Various code cleaning (imports, externalisation of some parameters in properties files).

5 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMActionList.java (-1), CAMFeature.java (+2 -3), CAMFeatureSchema.java (+1 -1), CAMSkillMetaSchema.java (+1 -1), CAMSkillParamSchema.java (+1 -1), README (-1)
vloux 2005-08-23 16:59

CAM Summer Cleaning !

+ Database Pooling with apache dbcp (Database Connection Pools <http://jakarta.apache.org/commons/dbcp/>) served via jni to the servlet. Added a context.xmlfile with all the parameters for the connection.

+ Users and Roles are no longer stored in an xml file. Management via a dedicated database, served via jni to the servlets.

CAM refactoring :
moving all select/update/insert statement into contigdb package :

admin/ContigStoreAdminImpl.java OK (2)
admin/MonitorBatchTasks.java OK (1)(2)
admin/MonitorContigTasks.java OK (2)
admin/MonitorFeatureTasks.java OK (2)
admin/MonitorProjectTasks.java OK (2)
admin/MonitorTasks.java OK (2)
admin/ShowAddBatch.java OK (2)
admin/ShowAdminBatches.java OK (2)
admin/ShowUpdateContig.java OK (2)
admin/ShowUpdateProfile.java OK (2)

control/BatchActionMotivation.java OK(2)
control/BatchActionQueue.java OK(2)
control/BatchCalcAction.java OK(2)
control/ContigActionMotivation.java OK(2)
control/ContigActionQueue.java OK(2)
control/FeatureActionQueue.java OK(2)(3)
control/ProjectActionQueue.java OK(2)
control/ProjectMotivation.java OK(2)
control/QueryFeatureMotivation.java OK(2)

reader/ContigStoreQueryImpl.java OK
reader/EditFeature.java OK(2)
reader/MugenPanel.java TODO
reader/ProfileStoreQueryImpl.java OK(2)


(1) CAMActionList creation
(2) new methods in ContigDB
(3) CAMFeature creation

New policy for database accession :
All db accession is made via classes from the contigdb package.

For each object , two classes : CAMObject is the POJO
object.CAMOjectSchema is the Data Transfer Object and make the link
between the database and the POJO.
The CAMObjectSchema has at least two methods : add(CAMObjectSchema)
and update CAMObjectSchema();
ContigDB provide methods to interact with the object, mainly
getters/setters that call the corresponding methods in CAMObjectSchema.


--> reader/MugenPanel.java TODO

2196 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMActionList.java (new 155), CAMBatchAction.java (+67 -11), CAMBatchActionSchema.java (+23), CAMContig.java (new 86), CAMContigAction.java (+39 -11), CAMContigActionSchema.java (+22), CAMContigSchema.java (+21 -12), CAMFeature.java (new 149), CAMFeatureAction.java (+38 -12), CAMFeatureActionSchema.java (+22), CAMFeatureSchema.java (+643 -600), CAMProjectAction.java (+37 -12), CAMProjectActionSchema.java (+22 -1), CAMSingleProfileSchema.java (+1 -1), ContigDB.java (+795 -75), ContigLockInfo.java (new 76)
vloux 2005-08-04 17:20

+ ClustalLauncher : launch clustal to produce alignement for jalview
+ FastaCreator : Create (multi) fasta (nucleic or proteic) from agmial_id and contig_accession.
+ ContigDB : refactoring.

164 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: ContigDB.java (+164 -76)
rbossy 2005-04-21 18:09

Removage de commentaires en trop

8 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: ContigDB.java (+8 -9)
vloux 2005-04-11 15:28

Merge de GlobalPanel dans HEAD

99 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: ContigDB.java (+99 -17)
vloux 2005-04-11 15:04

Nettoyage du code : imports, methodes deprecated ...

66 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMBatchAction.java (+2 -3), CAMBatchSchema.java (+5 -3), CAMContigAction.java (+2 -3), CAMFeatureSchema.java (+9 -7), CAMFileSchema.java (+6 -6), CAMLockSchema.java (+5 -3), CAMProject.java (-1), CAMProjectAction.java (+2 -3), CAMProjectSchema.java (+5 -3), CAMSingleProfileSchema.java (+7 -8), CAMSkillMeta.java (-1), CAMSkillParam.java (-1), CAMSkillParamSchema.java (+5 -3), ContigDB.java (+18 -10)
vloux 2005-03-02 16:28

Modifs sur en tete GPL
Correction du build.xml
Bugfix contextlistener.java
Ajout lien vers MuGenPanel dans ProteinPanel

31 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMBatch.java (+1 -1), CAMBatchAction.java (+1 -1), CAMBatchActionSchema.java (+1 -1), CAMBatchSchema.java (+1 -1), CAMContigAction.java (+1 -1), CAMContigActionSchema.java (+1 -1), CAMContigSchema.java (+1 -1), CAMFeatureAction.java (+1 -1), CAMFeatureActionSchema.java (+1 -1), CAMFeatureSchema.java (+1 -1), CAMFileSchema.java (+1 -1), CAMLock.java (+1 -1), CAMLockSchema.java (+1 -1), CAMProject.java (+1 -1), CAMProjectAction.java (+1 -1), CAMProjectActionSchema.java (+1 -1), CAMProjectSchema.java (+1 -1), CAMSingleProfileSchema.java (+1 -1), CAMSkillMeta.java (+1 -1), CAMSkillMetaSchema.java (+1 -1), CAMSkillParam.java (+1 -1), CAMSkillParamSchema.java (+1 -1), ContigDB.java (+9 -9)
vloux 2005-02-10 10:24

Preambule GPL

437 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: CAMBatch.java (+19), CAMBatchAction.java (+19), CAMBatchActionSchema.java (+19), CAMBatchSchema.java (+19), CAMContigAction.java (+19), CAMContigActionSchema.java (+19), CAMContigSchema.java (+19), CAMFeatureAction.java (+19), CAMFeatureActionSchema.java (+19), CAMFeatureSchema.java (+19), CAMFileSchema.java (+19), CAMLock.java (+19), CAMLockSchema.java (+19), CAMProject.java (+19), CAMProjectAction.java (+19), CAMProjectActionSchema.java (+19), CAMProjectSchema.java (+19), CAMSingleProfileSchema.java (+19), CAMSkillMeta.java (+19), CAMSkillMetaSchema.java (+19), CAMSkillParam.java (+19), CAMSkillParamSchema.java (+19), ContigDB.java (+19)
vloux 2005-01-25 12:13

bugfix :
add method public Nucleic getNucleic(String contig_accession,boolean with_features, String feature_layer_name)

6 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: ContigDB.java (+6 -1)
vloux 2004-10-20 10:09

Artemis :
specific urls (link to ContigStore* ; ProteinPanel) and keywords( organization, manager ...) are centralized into the project_properties file. Optionally user name and password can be stored to be prefilled in the authentification dialog.
One has to launch artemis with the following parameters :
./agmial -options project_properties

ca_manager :
Modification in ContigDB and ContigSoreQueryImpl to improve performances.
Modifications in MugenPanel and EditFeature to improve performances.

Biotools :
add a method in Nucleic to get the number of features associated with it.

37 lines of code changed in:

  • Agmial2/ca_manager/src/cam/contigdb: ContigDB.java (+37 -6)

(2 more)

Generated by StatCVS 0.3