Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ The Mainlab Chado Loader is created by Main Bioinformatics Lab (Main Lab) at Was
- Drupal 7.x

## Version
1.0.0
2.0.0

##Download
The MainLab Chado Loader module can be download from GitHub:

https://www.github.com/tripal/mainlab_chado_loader
https://github.com/tripal/mainlab_chado_loader

## Installation
After downloading the module, extract it into your site's module directory
Expand Down Expand Up @@ -76,7 +76,7 @@ After downloading the module, extract it into your site's module directory
The file name should be 'mcl_template_stock_gdr.inc'
```
ii. Place the newly created class file under the template directory.
The template directory is 'mcl/include/class/template/module/'.
The template directory is 'mcl/templates'.

b. Go to the admin page.

Expand Down
2 changes: 1 addition & 1 deletion includes/admin/mcl.admin.config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function mcl_admin_config_form($form, &$form_state) {

// MCL Library directory.
$form['config_path']['mcl_library_dir'] = array(
'#title' => t('MCL Library Directasory'),
'#title' => t('MCL Library Directory'),
'#type' => t('textfield'),
'#description' => t("Please specify the library directory for MCL."),
'#required' => TRUE,
Expand Down
Loading