aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/data_set.py
diff options
context:
space:
mode:
authorzsloan2019-10-18 14:33:37 -0500
committerzsloan2019-10-18 14:33:37 -0500
commited550f028b5db1fef57789d15c5f59a413f567f1 (patch)
treef3196a83efccc641f3639f6688e9ca0b94428383 /wqflask/base/data_set.py
parentf35376bc9a44bf3a87a860a8aab00c3f091970ff (diff)
downloadgenenetwork2-ed550f028b5db1fef57789d15c5f59a413f567f1.tar.gz
Added UniProt link and fixed issue that caused sample lists to not be formed correctly in certain situations
Diffstat (limited to 'wqflask/base/data_set.py')
-rw-r--r--wqflask/base/data_set.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index 41de8492..4df47083 100644
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -912,6 +912,7 @@ class MrnaAssayDataSet(DataSet):
'blatseq', 'targetseq',
'chipid', 'comments',
'strand_probe', 'strand_gene',
+ 'proteinid',
'probe_set_target_region',
'probe_set_specificity',
'probe_set_blat_score',