|
@@ -61,10 +61,6 @@ const DownloadStructure = StateAction.build({
|
|
|
}, { pivot: 'id' }),
|
|
|
options
|
|
|
}, { isFlat: true, label: 'PDBDEV' }),
|
|
|
- 'bcif-static': PD.Group({
|
|
|
- id: PD.Text('1tqn', { label: 'PDB Id(s)', description: 'One or more comma/space separated PDB ids.' }),
|
|
|
- options
|
|
|
- }, { isFlat: true, label: 'BinaryCIF (static PDBe Updated)' }),
|
|
|
'swissmodel': PD.Group({
|
|
|
id: PD.Text('Q9Y2I8', { label: 'UniProtKB AC(s)', description: 'One or more comma/space separated ACs.' }),
|
|
|
options
|
|
@@ -119,10 +115,6 @@ const DownloadStructure = StateAction.build({
|
|
|
);
|
|
|
asTrajectory = !!src.params.options.asTrajectory;
|
|
|
break;
|
|
|
- case 'bcif-static':
|
|
|
- downloadParams = getDownloadParams(src.params.id, id => `https://webchem.ncbr.muni.cz/ModelServer/static/bcif/${id.toLowerCase()}`, id => `BinaryCIF: ${id}`, true);
|
|
|
- asTrajectory = !!src.params.options.asTrajectory;
|
|
|
- break;
|
|
|
case 'swissmodel':
|
|
|
downloadParams = getDownloadParams(src.params.id, id => `https://swissmodel.expasy.org/repository/uniprot/${id.toUpperCase()}.pdb`, id => `SWISS-MODEL: ${id}`, false);
|
|
|
asTrajectory = !!src.params.options.asTrajectory;
|