TBroTeam / TBro

Visualization and management of denovo transcriptomes
https://tbroteam.github.io/TBro/
10 stars 6 forks source link

Expand QuickSearch capability on user alias #38

Closed iimog closed 8 years ago

iimog commented 8 years ago

Hallo Jungs, die Quick Search im Tbro sollte vorzugsweise auch - nach dem einloggen - für Aliases funktionieren, >die man selbst in eigenen Carts erstellt hat! Wäre prima

User alias should be also searched when using the quick search. Should the user description be searched for as well?

dbecker64 commented 8 years ago

of course !!

iimog commented 8 years ago

I just pushed this to the carnivorom instance. @dbecker64 please verify that it works for you.

Current functionality of Quicksearch is:

@fbemm please also approve the current functionality

fbemm commented 8 years ago

Is it possible to show the subordinate unigene for an alias hit? otherwise the list of different AMT's is a bit useless. does the same search procedure also work in the name search?

iimog commented 8 years ago

@fbemm It is possible to display the unigene/isoform name alongside the string. However expecially for the user alias / description this requires calling an additional webservice. It will increase loading time of the autocompletion. Further it would not make sense to add an additional column to the result table as that column would not be required if the hit is on the name (eg searching for "comp"). Would it be ok to add the hit in parentheses like that (hypothetical search for 123):

user alias       | comp2345 (bla123)
user description | comp567 (bla bla bla blub 123 bla bla)
isoform          | comp1234_1
isoform          | comp1234_2
isoform          | comp1235_1
isoform          | comp1236_1
unigene          | comp1234
unigene          | comp1235
unigene          | comp1236
description      | comp567 (bla blub 01234 bla blub)
iimog commented 8 years ago

@fbemm The name search uses a different procedure searching only for database name and alias (description is not included, neither are user alias and annotation). Instead it is possible to extend the search to related isoforms/unigenes. If a different functionality is required please open a separate issue.

dbecker64 commented 8 years ago

Quick search now works fine - especially on user-defined carts (following login). In order to assess the significance of retrieved hits it would be necessary to have additional information about the associated unigene/isoform. Working with brackets is fine.

iimog commented 8 years ago

New version including feature names deployed on http://tbro.carnivorom.com/ Please check it out @dbecker64 @fbemm and tell me if this issue is resolved.

dbecker64 commented 8 years ago

solved!!