Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bkunyun
Commits
943db6c6
Commit
943db6c6
authored
Feb 17, 2023
by
wuyongsheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-20221012-environment' into 'master'
feat: 参数兼容处理 See merge request
!218
parents
6a03d2bf
ca93c8ce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
CloudEController.ts
src/api/fileserver/CloudEController.ts
+1
-1
index.tsx
...ject/ProjectData/SeeDataset/components/Download/index.tsx
+2
-0
index.tsx
src/views/Project/ProjectData/SeeDataset/index.tsx
+1
-1
No files found.
src/api/fileserver/CloudEController.ts
View file @
943db6c6
...
...
@@ -81,7 +81,7 @@ type IDownloadDatasetItemsParams = {
path
:
string
;
// 数据集路径
name
:
string
;
// 数据集名称
id
:
string
;
// 每个分子的index,逗号分隔
downloadType
:
string
;
// 下载格式”,可选 SMILES(.smi)、SD(.sdf)、PDB(.pdb)、MOL(.mol)、MOL2(.mol2)
downloadType
:
string
;
// 下载格式”,可选 SMILES(.smi)、SD(.sdf)、PDB(.pdb)、MOL(.mol)、MOL2(.mol2)
、PDBQT(.pdbqt)、'PDBQT(DOCKING POSES)'(.pdbqt)
}
class
CloudEController
{
...
...
src/views/Project/ProjectData/SeeDataset/components/Download/index.tsx
View file @
943db6c6
...
...
@@ -24,6 +24,8 @@ const flieTypeMap = {
PDB
:
".pdb"
,
MOL
:
".mol"
,
MOL2
:
".mol2"
,
PDBQT
:
".pdbqt"
,
'PDBQT(DOCKING POSES)'
:
'.pdbqt'
};
const
Download
=
(
props
:
IDownloadProps
)
=>
{
...
...
src/views/Project/ProjectData/SeeDataset/index.tsx
View file @
943db6c6
...
...
@@ -117,7 +117,7 @@ const SeeDataset = observer((props: ISeeDatasetProps) => {
index
:
sortState
.
field
?
sortState
.
field
:
""
,
sort
:
sortState
.
order
?
sortState
.
order
:
""
,
},
requestQuerylist
requestQuerylist
||
[]
)
?.
then
((
res
)
=>
{
setLoading
(
false
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment