Skip to content
Snippets Groups Projects
Commit a0fdeb56 authored by Olivier Langella's avatar Olivier Langella
Browse files

TAIR accession fixed

parent f0c59406
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ void ProteinXtp::parseAccession2dbxref() {
accession = access_list.at(i);
qDebug() << "ProteinXtp::parseAccession2dbxref accession " << accession;
if (atg.indexIn(accession, 0) != -1) {
QStringList temp = accession.split("\\.");
QStringList temp = accession.split(".");
_dbxref_list.push_back(DbXref(ExternalDatabase::AGI_LocusCode, temp.at(0)));
continue;
}
......
......@@ -50,6 +50,12 @@
<item>
<widget class="QWidget" name="button_layout" native="true">
<layout class="QHBoxLayout" name="button_space_layout">
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="dbxref_list_layout"/>
</item>
......@@ -60,8 +66,8 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
......@@ -179,7 +185,7 @@
<x>0</x>
<y>0</y>
<width>609</width>
<height>25</height>
<height>23</height>
</rect>
</property>
</widget>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment