Stephen Ficklin
|
b8ccf71124
fixed stdClass problem
|
13 rokov pred |
spficklin
|
af2ff151e6
Moved most extensions out. Moved base modules out of 'base' directory
|
13 rokov pred |
alexgl
|
95aafcbd13
moving core modules into base
|
13 rokov pred |
spficklin
|
fb76301d42
Fixed hook_access for all modules. This change supports use of other access permission modules, such as "node privacy by role"
|
13 rokov pred |
ccheng
|
9e1584f598
Update permission checks
|
13 rokov pred |
spficklin
|
e51634c8f3
Fixed permissoins problem for compatability with the node_privacy_by_role module
|
13 rokov pred |
ccheng
|
4691cb02cf
|
13 rokov pred |
ccheng
|
5305a34059
|
13 rokov pred |
spficklin
|
7ced61cd61
Updated themeing for analyeses
|
14 rokov pred |
laceysanderson
|
ade56a6971
Tripal: Removed Old Bulk Loader (Stephen) from core module
|
14 rokov pred |
spficklin
|
051e7bd128
|
14 rokov pred |
spficklin
|
0dd8d23333
|
14 rokov pred |
spficklin
|
2b23f6c3e3
|
14 rokov pred |
spficklin
|
5e0ef6ceff
|
14 rokov pred |
spficklin
|
47dcfaa04c
Bug fixes for various modules and themes
|
14 rokov pred |
spficklin
|
5ac6843b37
Fixed bugs and some themeing, and added support for parsing query matches in the blast analysis.
|
14 rokov pred |
ccheng
|
318feef549
fix a bug that analysis_type wasn't picked up correctly when syncing.
|
14 rokov pred |
spficklin
|
05d50175b0
|
14 rokov pred |
laceysanderson
|
0f66f0150d
Added documentation to tripal_core, tripal_analysis, tripal_contact, tripal_stock for the new Doxygen API Site
|
14 rokov pred |
spficklin
|
c616bca1ea
Add analysis requirement to GFF loader
|
14 rokov pred |
laceysanderson
|
a0a61c372e
Made administration paths consistent and added module descriptions/help to new tripal admins for all modules except feature
|
14 rokov pred |
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
|
14 rokov pred |
laceysanderson
|
3cfd7ba884
Added Views Integration for tripal_analysis
|
14 rokov pred |
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 rokov pred |
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 rokov pred |
mestato
|
6729e33bcd
Added missing } on line 469.
|
14 rokov pred |
mestato
|
61a9834df0
Add abililty for analysis module to detect a unigene-type analysis. Previously made unigene type analyses into generic type analyses.
|
14 rokov pred |
mestato
|
442a75c16a
Fixed typo where interval was missing dollar sign.
|
14 rokov pred |
mestato
|
4e3a64a161
Complete revision fo the cleanup method. Still deletes any orphans between node and chado_analysis in drupal but also checks for orphans without records in chado.
|
14 rokov pred |
mestato
|
1b4bb14abc
Fixed error Parameter 1 to theme_tripal_analysis_analysis_table() expected to be a reference, value given in /local/sites/drupal/sites/dev.citrusgenomedb.org/modules/devel_themer/devel_themer.module on line 418. Also changed tripal_analysis_analysis_table to tripal_analysis_analysis_page to be more clear.
|
14 rokov pred |