Pubudu Basnayaka
|
b758b80f28
Tripal Analysis adheres to Drupal coding standards
|
12 years ago |
Pubudu Basnayaka
|
7de17405a8
Tripal Analysis adheres to Drupal coding standards
|
12 years ago |
Pubudu Basnayaka
|
fb8bf61008
Tripal analysis adheres to Drupal coding standards
|
12 years ago |
Stephen Ficklin
|
b8ccf71124
fixed stdClass problem
|
12 years ago |
spficklin
|
af2ff151e6
Moved most extensions out. Moved base modules out of 'base' directory
|
12 years ago |
alexgl
|
95aafcbd13
moving core modules into base
|
13 years ago |
spficklin
|
fb76301d42
Fixed hook_access for all modules. This change supports use of other access permission modules, such as "node privacy by role"
|
13 years ago |
ccheng
|
9e1584f598
Update permission checks
|
13 years ago |
spficklin
|
e51634c8f3
Fixed permissoins problem for compatability with the node_privacy_by_role module
|
13 years ago |
ccheng
|
4691cb02cf
|
13 years ago |
ccheng
|
5305a34059
|
13 years ago |
spficklin
|
7ced61cd61
Updated themeing for analyeses
|
13 years ago |
laceysanderson
|
ade56a6971
Tripal: Removed Old Bulk Loader (Stephen) from core module
|
13 years ago |
spficklin
|
051e7bd128
|
13 years ago |
spficklin
|
0dd8d23333
|
13 years ago |
spficklin
|
2b23f6c3e3
|
13 years ago |
spficklin
|
5e0ef6ceff
|
13 years ago |
spficklin
|
47dcfaa04c
Bug fixes for various modules and themes
|
13 years ago |
spficklin
|
5ac6843b37
Fixed bugs and some themeing, and added support for parsing query matches in the blast analysis.
|
13 years ago |
ccheng
|
318feef549
fix a bug that analysis_type wasn't picked up correctly when syncing.
|
13 years ago |
spficklin
|
05d50175b0
|
13 years ago |
laceysanderson
|
0f66f0150d
Added documentation to tripal_core, tripal_analysis, tripal_contact, tripal_stock for the new Doxygen API Site
|
13 years ago |
spficklin
|
c616bca1ea
Add analysis requirement to GFF loader
|
13 years ago |
laceysanderson
|
a0a61c372e
Made administration paths consistent and added module descriptions/help to new tripal admins for all modules except feature
|
13 years ago |
laceysanderson
|
0df9939cce
Updated tripal API to use hooks for table description and retrieve only the table description needed by calling module_invoke_all. Also added foreign key descriptions to tripal_stock.api.inc:all, tripal_cv.api.inc:cvterm, tripal_db.api.inc:dbxref, tripal_analysis.api.inc:all, tripal_feature.api.inc:feature, tripal_organism.api.inc:all, tripal_contact.api.inc:all
|
13 years ago |
laceysanderson
|
3cfd7ba884
Added Views Integration for tripal_analysis
|
14 years ago |
spficklin
|
3ab974ee52
Added a new tripal_set_active_db function to replace Drupal's set_active_db function. This function allows Tripal to use a chado database in an external location or a chado database within another schema within the Drupal database. This keeps backwards compatibility with older versions of Tripal.
|
14 years ago |
mestato
|
832463e97e
The syncing method now tries to figure out what type of analysis is being synchronized by checking the cvterm "analysis_type". This cvterm should be added to each analysis by the individual analysis modules or the user if the upload is directly into chado. The value for this cvterm should reflect the name of the module, "tripal_analysis_unigene", "tripal_analysis_blast", etc.
|
14 years ago |
mestato
|
6729e33bcd
Added missing } on line 469.
|
14 years ago |
mestato
|
61a9834df0
Add abililty for analysis module to detect a unigene-type analysis. Previously made unigene type analyses into generic type analyses.
|
14 years ago |