├── .gitignore ├── LICENSE ├── README.md ├── dependence ├── DataBase │ ├── Rare List.txt │ ├── SoapTypingDB.db │ ├── altered_all.classes │ └── availble.txt ├── Database_V1.0.5.1 │ ├── commonGsspDatabase │ ├── dir.ini │ ├── report.ini │ ├── soapTypingGsspDatabase │ └── soapTypingStaticDatabase ├── config.dat ├── font │ └── msyh.ttc └── keyfile ├── doc ├── ABIF_File_Format.pdf ├── SOAPTyping_Supplement_Materials.docx ├── images │ ├── alleleAlignment.png │ ├── databaseUpdate.png │ ├── gsspInsert.png │ ├── gsspUpdate.png │ ├── mainUI.png │ ├── mainUI_old.png │ ├── openFile.png │ ├── propositionalWorkflow.png │ └── reportDemo.png └── 更新说明.docx └── src ├── Core ├── Ab1.cpp ├── Ab1.h ├── core.cpp ├── core.h ├── fileTablebase.cpp └── fileTablebase.h ├── DataBase ├── soaptypingdb.cpp └── soaptypingdb.h ├── Dialog ├── alignmentdlg.cpp ├── alignmentdlg.h ├── alignmentdlg.ui ├── allelepairdlg.cpp ├── allelepairdlg.h ├── allelepairdlg.ui ├── deletefiledlg.cpp ├── deletefiledlg.h ├── deletefiledlg.ui ├── exontimdlg.cpp ├── exontimdlg.h ├── exontimdlg.ui ├── finaltypedlg.cpp ├── finaltypedlg.h ├── finaltypedlg.ui ├── gsspinfodlg.cpp ├── gsspinfodlg.h ├── gsspinfodlg.ui ├── loadfiledlg.cpp ├── loadfiledlg.h ├── loadfiledlg.ui ├── openfiledialog.cpp ├── openfiledialog.h ├── openfiledialog.ui ├── reportdlg.cpp ├── reportdlg.h ├── reportdlg.ui ├── savefiledlg.cpp ├── savefiledlg.h ├── savefiledlg.ui ├── setdlg.cpp ├── setdlg.h ├── setdlg.ui ├── updatedatadlg.cpp ├── updatedatadlg.h ├── updatedatadlg.ui ├── usercommentdlg.cpp ├── usercommentdlg.h └── usercommentdlg.ui ├── HLA.pro ├── Mainwindow ├── basealigntablewidget.cpp ├── basealigntablewidget.h ├── exonnavigatorwidget.cpp ├── exonnavigatorwidget.h ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── matchlistwidget.cpp ├── matchlistwidget.h ├── multipeakwidget.cpp ├── multipeakwidget.h ├── sampletreewidget.cpp └── sampletreewidget.h ├── SoapTyping.rc ├── ThreadTask ├── analysisab1threadtask.cpp ├── analysisab1threadtask.h ├── analysissamplethreadtask.cpp ├── analysissamplethreadtask.h ├── fileprocessthreadtask.cpp └── fileprocessthreadtask.h ├── all_base_struct.h ├── font └── msyh.ttc ├── hla.qrc ├── images ├── about.png ├── alignlab.png ├── alignpair.png ├── apply.png ├── backward.png ├── branch-end.png ├── branch-more.png ├── control.png ├── deleteall.png ├── filetree00.png ├── filetree01.png ├── filetree02.png ├── filetree03.png ├── filetree04.png ├── filetree10.png ├── filetree11.png ├── filetree12.png ├── filetree13.png ├── filetree14.png ├── filetree20.png ├── filetree21.png ├── filetree22.png ├── filetree23.png ├── filetree24.png ├── filetree30.png ├── filetree31.png ├── filetree32.png ├── filetree33.png ├── filetree34.png ├── filetreeFile0.png ├── filetreeFile1.png ├── filetreeFile2.png ├── forward.png ├── logo.png ├── logo1.png ├── markfinishedall.png ├── marksuccessfulall.png ├── minus.png ├── opennewfile.png ├── openoldfile.png ├── plus.png ├── putdown-.png ├── putdown-bg.png ├── putleft-.png ├── putleft-bg.png ├── putright-.png ├── putright-bg.png ├── putup-.png ├── putup-bg.png ├── report.png ├── reset.png ├── saveall.png ├── updatedatabase.png ├── vline.png ├── zoomreset.png ├── zoomxincrease.png ├── zoomxreduce.png ├── zoomyaxisincrease.png ├── zoomyaxisreduce.png ├── zoomyincrease.png └── zoomyreduce.png ├── log ├── log.cpp ├── log.h └── macro_define.h ├── logo.ico ├── main.cpp └── qss └── qss /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | src/SoapTyping.pro.user.-1 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/README.md -------------------------------------------------------------------------------- /dependence/DataBase/Rare List.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/dependence/DataBase/Rare List.txt -------------------------------------------------------------------------------- /dependence/DataBase/SoapTypingDB.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/dependence/DataBase/SoapTypingDB.db -------------------------------------------------------------------------------- /dependence/DataBase/altered_all.classes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/dependence/DataBase/altered_all.classes -------------------------------------------------------------------------------- /dependence/DataBase/availble.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/dependence/DataBase/availble.txt -------------------------------------------------------------------------------- /dependence/Database_V1.0.5.1/commonGsspDatabase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/dependence/Database_V1.0.5.1/commonGsspDatabase -------------------------------------------------------------------------------- /dependence/Database_V1.0.5.1/dir.ini: -------------------------------------------------------------------------------- 1 | E:\9samples\16D0155253-A-0067-E02_A_2F_E02.ab1 2 | -------------------------------------------------------------------------------- /dependence/Database_V1.0.5.1/report.ini: -------------------------------------------------------------------------------- 1 | D:\test 2 | -------------------------------------------------------------------------------- /dependence/Database_V1.0.5.1/soapTypingGsspDatabase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/dependence/Database_V1.0.5.1/soapTypingGsspDatabase -------------------------------------------------------------------------------- /dependence/Database_V1.0.5.1/soapTypingStaticDatabase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/dependence/Database_V1.0.5.1/soapTypingStaticDatabase -------------------------------------------------------------------------------- /dependence/config.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/dependence/config.dat -------------------------------------------------------------------------------- /dependence/font/msyh.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/dependence/font/msyh.ttc -------------------------------------------------------------------------------- /dependence/keyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/dependence/keyfile -------------------------------------------------------------------------------- /doc/ABIF_File_Format.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/ABIF_File_Format.pdf -------------------------------------------------------------------------------- /doc/SOAPTyping_Supplement_Materials.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/SOAPTyping_Supplement_Materials.docx -------------------------------------------------------------------------------- /doc/images/alleleAlignment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/images/alleleAlignment.png -------------------------------------------------------------------------------- /doc/images/databaseUpdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/images/databaseUpdate.png -------------------------------------------------------------------------------- /doc/images/gsspInsert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/images/gsspInsert.png -------------------------------------------------------------------------------- /doc/images/gsspUpdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/images/gsspUpdate.png -------------------------------------------------------------------------------- /doc/images/mainUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/images/mainUI.png -------------------------------------------------------------------------------- /doc/images/mainUI_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/images/mainUI_old.png -------------------------------------------------------------------------------- /doc/images/openFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/images/openFile.png -------------------------------------------------------------------------------- /doc/images/propositionalWorkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/images/propositionalWorkflow.png -------------------------------------------------------------------------------- /doc/images/reportDemo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/images/reportDemo.png -------------------------------------------------------------------------------- /doc/更新说明.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/doc/更新说明.docx -------------------------------------------------------------------------------- /src/Core/Ab1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Core/Ab1.cpp -------------------------------------------------------------------------------- /src/Core/Ab1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Core/Ab1.h -------------------------------------------------------------------------------- /src/Core/core.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Core/core.cpp -------------------------------------------------------------------------------- /src/Core/core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Core/core.h -------------------------------------------------------------------------------- /src/Core/fileTablebase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Core/fileTablebase.cpp -------------------------------------------------------------------------------- /src/Core/fileTablebase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Core/fileTablebase.h -------------------------------------------------------------------------------- /src/DataBase/soaptypingdb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/DataBase/soaptypingdb.cpp -------------------------------------------------------------------------------- /src/DataBase/soaptypingdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/DataBase/soaptypingdb.h -------------------------------------------------------------------------------- /src/Dialog/alignmentdlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/alignmentdlg.cpp -------------------------------------------------------------------------------- /src/Dialog/alignmentdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/alignmentdlg.h -------------------------------------------------------------------------------- /src/Dialog/alignmentdlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/alignmentdlg.ui -------------------------------------------------------------------------------- /src/Dialog/allelepairdlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/allelepairdlg.cpp -------------------------------------------------------------------------------- /src/Dialog/allelepairdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/allelepairdlg.h -------------------------------------------------------------------------------- /src/Dialog/allelepairdlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/allelepairdlg.ui -------------------------------------------------------------------------------- /src/Dialog/deletefiledlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/deletefiledlg.cpp -------------------------------------------------------------------------------- /src/Dialog/deletefiledlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/deletefiledlg.h -------------------------------------------------------------------------------- /src/Dialog/deletefiledlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/deletefiledlg.ui -------------------------------------------------------------------------------- /src/Dialog/exontimdlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/exontimdlg.cpp -------------------------------------------------------------------------------- /src/Dialog/exontimdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/exontimdlg.h -------------------------------------------------------------------------------- /src/Dialog/exontimdlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/exontimdlg.ui -------------------------------------------------------------------------------- /src/Dialog/finaltypedlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/finaltypedlg.cpp -------------------------------------------------------------------------------- /src/Dialog/finaltypedlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/finaltypedlg.h -------------------------------------------------------------------------------- /src/Dialog/finaltypedlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/finaltypedlg.ui -------------------------------------------------------------------------------- /src/Dialog/gsspinfodlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/gsspinfodlg.cpp -------------------------------------------------------------------------------- /src/Dialog/gsspinfodlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/gsspinfodlg.h -------------------------------------------------------------------------------- /src/Dialog/gsspinfodlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/gsspinfodlg.ui -------------------------------------------------------------------------------- /src/Dialog/loadfiledlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/loadfiledlg.cpp -------------------------------------------------------------------------------- /src/Dialog/loadfiledlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/loadfiledlg.h -------------------------------------------------------------------------------- /src/Dialog/loadfiledlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/loadfiledlg.ui -------------------------------------------------------------------------------- /src/Dialog/openfiledialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/openfiledialog.cpp -------------------------------------------------------------------------------- /src/Dialog/openfiledialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/openfiledialog.h -------------------------------------------------------------------------------- /src/Dialog/openfiledialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/openfiledialog.ui -------------------------------------------------------------------------------- /src/Dialog/reportdlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/reportdlg.cpp -------------------------------------------------------------------------------- /src/Dialog/reportdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/reportdlg.h -------------------------------------------------------------------------------- /src/Dialog/reportdlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/reportdlg.ui -------------------------------------------------------------------------------- /src/Dialog/savefiledlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/savefiledlg.cpp -------------------------------------------------------------------------------- /src/Dialog/savefiledlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/savefiledlg.h -------------------------------------------------------------------------------- /src/Dialog/savefiledlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/savefiledlg.ui -------------------------------------------------------------------------------- /src/Dialog/setdlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/setdlg.cpp -------------------------------------------------------------------------------- /src/Dialog/setdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/setdlg.h -------------------------------------------------------------------------------- /src/Dialog/setdlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/setdlg.ui -------------------------------------------------------------------------------- /src/Dialog/updatedatadlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/updatedatadlg.cpp -------------------------------------------------------------------------------- /src/Dialog/updatedatadlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/updatedatadlg.h -------------------------------------------------------------------------------- /src/Dialog/updatedatadlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/updatedatadlg.ui -------------------------------------------------------------------------------- /src/Dialog/usercommentdlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/usercommentdlg.cpp -------------------------------------------------------------------------------- /src/Dialog/usercommentdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/usercommentdlg.h -------------------------------------------------------------------------------- /src/Dialog/usercommentdlg.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Dialog/usercommentdlg.ui -------------------------------------------------------------------------------- /src/HLA.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/HLA.pro -------------------------------------------------------------------------------- /src/Mainwindow/basealigntablewidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/basealigntablewidget.cpp -------------------------------------------------------------------------------- /src/Mainwindow/basealigntablewidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/basealigntablewidget.h -------------------------------------------------------------------------------- /src/Mainwindow/exonnavigatorwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/exonnavigatorwidget.cpp -------------------------------------------------------------------------------- /src/Mainwindow/exonnavigatorwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/exonnavigatorwidget.h -------------------------------------------------------------------------------- /src/Mainwindow/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/mainwindow.cpp -------------------------------------------------------------------------------- /src/Mainwindow/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/mainwindow.h -------------------------------------------------------------------------------- /src/Mainwindow/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/mainwindow.ui -------------------------------------------------------------------------------- /src/Mainwindow/matchlistwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/matchlistwidget.cpp -------------------------------------------------------------------------------- /src/Mainwindow/matchlistwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/matchlistwidget.h -------------------------------------------------------------------------------- /src/Mainwindow/multipeakwidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/multipeakwidget.cpp -------------------------------------------------------------------------------- /src/Mainwindow/multipeakwidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/multipeakwidget.h -------------------------------------------------------------------------------- /src/Mainwindow/sampletreewidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/sampletreewidget.cpp -------------------------------------------------------------------------------- /src/Mainwindow/sampletreewidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/Mainwindow/sampletreewidget.h -------------------------------------------------------------------------------- /src/SoapTyping.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/SoapTyping.rc -------------------------------------------------------------------------------- /src/ThreadTask/analysisab1threadtask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/ThreadTask/analysisab1threadtask.cpp -------------------------------------------------------------------------------- /src/ThreadTask/analysisab1threadtask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/ThreadTask/analysisab1threadtask.h -------------------------------------------------------------------------------- /src/ThreadTask/analysissamplethreadtask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/ThreadTask/analysissamplethreadtask.cpp -------------------------------------------------------------------------------- /src/ThreadTask/analysissamplethreadtask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/ThreadTask/analysissamplethreadtask.h -------------------------------------------------------------------------------- /src/ThreadTask/fileprocessthreadtask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/ThreadTask/fileprocessthreadtask.cpp -------------------------------------------------------------------------------- /src/ThreadTask/fileprocessthreadtask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/ThreadTask/fileprocessthreadtask.h -------------------------------------------------------------------------------- /src/all_base_struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/all_base_struct.h -------------------------------------------------------------------------------- /src/font/msyh.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/font/msyh.ttc -------------------------------------------------------------------------------- /src/hla.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/hla.qrc -------------------------------------------------------------------------------- /src/images/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/about.png -------------------------------------------------------------------------------- /src/images/alignlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/alignlab.png -------------------------------------------------------------------------------- /src/images/alignpair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/alignpair.png -------------------------------------------------------------------------------- /src/images/apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/apply.png -------------------------------------------------------------------------------- /src/images/backward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/backward.png -------------------------------------------------------------------------------- /src/images/branch-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/branch-end.png -------------------------------------------------------------------------------- /src/images/branch-more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/branch-more.png -------------------------------------------------------------------------------- /src/images/control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/control.png -------------------------------------------------------------------------------- /src/images/deleteall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/deleteall.png -------------------------------------------------------------------------------- /src/images/filetree00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree00.png -------------------------------------------------------------------------------- /src/images/filetree01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree01.png -------------------------------------------------------------------------------- /src/images/filetree02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree02.png -------------------------------------------------------------------------------- /src/images/filetree03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree03.png -------------------------------------------------------------------------------- /src/images/filetree04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree04.png -------------------------------------------------------------------------------- /src/images/filetree10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree10.png -------------------------------------------------------------------------------- /src/images/filetree11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree11.png -------------------------------------------------------------------------------- /src/images/filetree12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree12.png -------------------------------------------------------------------------------- /src/images/filetree13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree13.png -------------------------------------------------------------------------------- /src/images/filetree14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree14.png -------------------------------------------------------------------------------- /src/images/filetree20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree20.png -------------------------------------------------------------------------------- /src/images/filetree21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree21.png -------------------------------------------------------------------------------- /src/images/filetree22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree22.png -------------------------------------------------------------------------------- /src/images/filetree23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree23.png -------------------------------------------------------------------------------- /src/images/filetree24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree24.png -------------------------------------------------------------------------------- /src/images/filetree30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree30.png -------------------------------------------------------------------------------- /src/images/filetree31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree31.png -------------------------------------------------------------------------------- /src/images/filetree32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree32.png -------------------------------------------------------------------------------- /src/images/filetree33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree33.png -------------------------------------------------------------------------------- /src/images/filetree34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetree34.png -------------------------------------------------------------------------------- /src/images/filetreeFile0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetreeFile0.png -------------------------------------------------------------------------------- /src/images/filetreeFile1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetreeFile1.png -------------------------------------------------------------------------------- /src/images/filetreeFile2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/filetreeFile2.png -------------------------------------------------------------------------------- /src/images/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/forward.png -------------------------------------------------------------------------------- /src/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/logo.png -------------------------------------------------------------------------------- /src/images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/logo1.png -------------------------------------------------------------------------------- /src/images/markfinishedall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/markfinishedall.png -------------------------------------------------------------------------------- /src/images/marksuccessfulall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/marksuccessfulall.png -------------------------------------------------------------------------------- /src/images/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/minus.png -------------------------------------------------------------------------------- /src/images/opennewfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/opennewfile.png -------------------------------------------------------------------------------- /src/images/openoldfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/openoldfile.png -------------------------------------------------------------------------------- /src/images/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/plus.png -------------------------------------------------------------------------------- /src/images/putdown-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/putdown-.png -------------------------------------------------------------------------------- /src/images/putdown-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/putdown-bg.png -------------------------------------------------------------------------------- /src/images/putleft-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/putleft-.png -------------------------------------------------------------------------------- /src/images/putleft-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/putleft-bg.png -------------------------------------------------------------------------------- /src/images/putright-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/putright-.png -------------------------------------------------------------------------------- /src/images/putright-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/putright-bg.png -------------------------------------------------------------------------------- /src/images/putup-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/putup-.png -------------------------------------------------------------------------------- /src/images/putup-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/putup-bg.png -------------------------------------------------------------------------------- /src/images/report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/report.png -------------------------------------------------------------------------------- /src/images/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/reset.png -------------------------------------------------------------------------------- /src/images/saveall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/saveall.png -------------------------------------------------------------------------------- /src/images/updatedatabase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/updatedatabase.png -------------------------------------------------------------------------------- /src/images/vline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/vline.png -------------------------------------------------------------------------------- /src/images/zoomreset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/zoomreset.png -------------------------------------------------------------------------------- /src/images/zoomxincrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/zoomxincrease.png -------------------------------------------------------------------------------- /src/images/zoomxreduce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/zoomxreduce.png -------------------------------------------------------------------------------- /src/images/zoomyaxisincrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/zoomyaxisincrease.png -------------------------------------------------------------------------------- /src/images/zoomyaxisreduce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/zoomyaxisreduce.png -------------------------------------------------------------------------------- /src/images/zoomyincrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/zoomyincrease.png -------------------------------------------------------------------------------- /src/images/zoomyreduce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/images/zoomyreduce.png -------------------------------------------------------------------------------- /src/log/log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/log/log.cpp -------------------------------------------------------------------------------- /src/log/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/log/log.h -------------------------------------------------------------------------------- /src/log/macro_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/log/macro_define.h -------------------------------------------------------------------------------- /src/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/logo.ico -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/qss/qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BGI-flexlab/SOAPTyping/HEAD/src/qss/qss --------------------------------------------------------------------------------