Search by locus identifiers
Search the expression database using Soybean locus IDs (genome version: Gmax_275_Wm82.a2.v1). Select required tissue categories which will update related BioProjects in the Available Bioprojects panel. Select desired BioProject IDs into the Selected BioProjects panel. This will update the Available BioSample IDs.
TypeError | Python 3.10.12: /usr/bin/python3 Sat Nov 16 16:06:38 2024 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/var/www/cgi-bin/gmax_atlas/search_gene_list.cgi in <module> |
160 </form> |
161 ''') |
=> 162 sql_query_fun.tissue_bioproj_js(db,tissues) |
163 page_template.footer() |
164 cursor.close() |
sql_query_fun = <module 'sql_query_fun' from '/var/www/cgi-bin/gmax_atlas/sql_query_fun.py'>, sql_query_fun.tissue_bioproj_js = <function tissue_bioproj_js>, db = <mysql.connector.connection_cext.CMySQLConnection object>, tissues = [''] |
/var/www/cgi-bin/gmax_atlas/sql_query_fun.py in tissue_bioproj_js(db=<mysql.connector.connection_cext.CMySQLConnection object>, tissues=['']) |
40 bp = [a[0] for a in bp] |
41 print("bioproject_id_list['%s'] = "%t, end='') |
=> 42 print("['","','".join(bp),"'];", sep="") |
43 print('</script>') |
44 |
builtin print = <built-in function print>, "','".join undefined, bp = [None], sep undefined |
TypeError: sequence item 0: expected str instance, NoneType found
args =
('sequence item 0: expected str instance, NoneType found',)
with_traceback =
<built-in method with_traceback of TypeError object>