File tree Expand file tree Collapse file tree 1 file changed +18
-22
lines changed Expand file tree Collapse file tree 1 file changed +18
-22
lines changed Original file line number Diff line number Diff line change 46
46
" qm.save_mine_and_token(\" flymine\" ,\" 41v6bat743zf06jcXek5\" )"
47
47
]
48
48
},
49
- {
50
- "cell_type" : " markdown" ,
51
- "metadata" : {},
52
- "source" : [
53
- " <xxx>"
54
- ]
55
- },
56
49
{
57
50
"cell_type" : " markdown" ,
58
51
"metadata" : {},
68
61
},
69
62
"outputs" : [
70
63
{
71
- "output_type" : " stream" ,
72
- "name" : " stdout" ,
73
- "text" : " The query name exists\n Use a query name other than test\n "
64
+ "output_type" : " execute_result" ,
65
+ "data" : {
66
+ "text/plain" : " 'test is posted'"
67
+ },
68
+ "metadata" : {},
69
+ "execution_count" : 3
74
70
}
75
71
],
76
72
"source" : [
88
84
},
89
85
{
90
86
"cell_type" : " code" ,
91
- "execution_count" : 5 ,
87
+ "execution_count" : 4 ,
92
88
"metadata" : {},
93
89
"outputs" : [
94
90
{
97
93
"text/plain" : " 'Organism_Sequence, test'"
98
94
},
99
95
"metadata" : {},
100
- "execution_count" : 5
96
+ "execution_count" : 4
101
97
}
102
98
],
103
99
"source" : [
113
109
},
114
110
{
115
111
"cell_type" : " code" ,
116
- "execution_count" : 6 ,
112
+ "execution_count" : 5 ,
117
113
"metadata" : {},
118
114
"outputs" : [
119
115
{
120
116
"output_type" : " execute_result" ,
121
117
"data" : {
122
- "text/plain" : " 'No such query available '"
118
+ "text/plain" : " '<saved-queries><query name= \" test \" model= \" genomic \" view= \" Gene.length Gene.symbol \" longDescription= \"\" sortOrder= \" Gene.length asc \" ></query></saved-queries> '"
123
119
},
124
120
"metadata" : {},
125
- "execution_count" : 6
121
+ "execution_count" : 5
126
122
}
127
123
],
128
124
"source" : [
129
- " qm.get_query('queryName ')"
125
+ " qm.get_query('test ')"
130
126
]
131
127
},
132
128
{
133
129
"cell_type" : " markdown" ,
134
130
"metadata" : {},
135
131
"source" : [
136
- " '''returns information about the query whose name is 'queryName '''"
132
+ " '''returns information about the query whose name is 'test '''"
137
133
]
138
134
},
139
135
{
140
136
"cell_type" : " code" ,
141
- "execution_count" : 7 ,
137
+ "execution_count" : 6 ,
142
138
"metadata" : {},
143
139
"outputs" : [
144
140
{
145
141
"output_type" : " execute_result" ,
146
142
"data" : {
147
- "text/plain" : " 'No such query available '"
143
+ "text/plain" : " 'test is deleted '"
148
144
},
149
145
"metadata" : {},
150
- "execution_count" : 7
146
+ "execution_count" : 6
151
147
}
152
148
],
153
149
"source" : [
154
- " qm.delete_query('queryName ')"
150
+ " qm.delete_query('test ')"
155
151
]
156
152
},
157
153
{
158
154
"cell_type" : " markdown" ,
159
155
"metadata" : {},
160
156
"source" : [
161
- " '''deletes the query whose name is 'queryName ' from user's account'''"
157
+ " '''deletes the query whose name is 'test ' from user's account'''"
162
158
]
163
159
},
164
160
{
You can’t perform that action at this time.
0 commit comments