Skip to content

Commit

Permalink
Update version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Mar 1, 2017
1 parent 4ef2a2a commit 3b3b440
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ If you use TBro please cite this publication: [![DOI](https://img.shields.io/bad
> Ankenbrand MJ, Weber L, Becker D, Förster F, and Bemm F. "TBro: Visualization and Management of de Novo Transcriptomes." Database 2016 (October 18, 2016): baw146. doi:10.1093/database/baw146.
## Changes
### 1.1.2 <2017-03-01 We>
- Improve MapMan importer

### 1.1.1 <2016-09-28 Mo>
- Custom annotations for unigenes

Expand Down
6 changes: 3 additions & 3 deletions src/web/wwwroot/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
require_once('TranscriptDB/webservices/cart/Sync.php');
$smarty->assign('regexCartName', \webservices\cart\Sync::$regexCartName);

$smarty->assign('tbro_version', '1.1.1');
$smarty->assign('tbro_version', '1.1.2');
$smarty->assign('instance_title', INSTANCE_TITLE);
$smarty->assign('logo_url', LOGO_URL);

Expand Down Expand Up @@ -75,7 +75,7 @@ function requestVal($key, $regexp = "/^.*$/", $defaultvalue = "") {
header('Location: ' . preg_replace('/([?&])logout(=[^&]+)?(&|$)/', '$1', $redir_url));
die();
}
//standard LightOpenID login code, see LightOpenID documentation
//standard LightOpenID login code, see LightOpenID documentation
try {
$openid = new LightOpenID($_SERVER['HTTP_HOST']);
if (!$openid->mode) {
Expand Down Expand Up @@ -155,7 +155,7 @@ function display_feature($organism, $release, $name) {

global $db;
$stm = $db->prepare(<<<EOF
SELECT feature_id
SELECT feature_id
FROM feature JOIN dbxref ON (feature.dbxref_id = dbxref.dbxref_id)
WHERE organism_id = ? AND accession=? AND name=?
EOF
Expand Down

0 comments on commit 3b3b440

Please sign in to comment.