-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgui_NGS_Tools.ui
More file actions
119 lines (115 loc) · 3.46 KB
/
Copy pathgui_NGS_Tools.ui
File metadata and controls
119 lines (115 loc) · 3.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>527</width>
<height>450</height>
</rect>
</property>
<property name="windowTitle">
<string>NGS_Tools</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="plainText">
<string>扩增子测序NGS工具箱:
本工具箱提供了图形界面并缝合了一系列软件以实现以下功能:
1. 将illumina下机数据转换成fastq数据。
2. 使用CRISPResso2的部分功能进行基因编辑效果分析
3. 汇总结果
程序源码公开于 https://github.com/Masterchiefm/NGS_Tools
本程序由莫淇钦创建于上海科技大学马涵慧实验室
联系邮箱:moqiqin@live.com
</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextEditable|Qt::TextEditorInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>请选择功能</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="pushButton_bcl">
<property name="text">
<string>BCL2Fastq (内存 + swap >= 32GB)</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_demultiplex">
<property name="text">
<string>Fastq文件二次拆分</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_HDR">
<property name="text">
<string>HDR or PE</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_BE">
<property name="text">
<string>BE</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_NHEJ">
<property name="text">
<string>NHEJ</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>[关于本软件](https://gitee.com/MasterChiefm/NGS_Tools/blob/master/README.md) [LICENSE](https://gitee.com/MasterChiefm/NGS_Tools/blob/master/LICENSE)</string>
</property>
<property name="textFormat">
<enum>Qt::MarkdownText</enum>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>527</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>