Skip to content

Commit 7149081

Browse files
- checkpoint
1 parent 623de4f commit 7149081

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker-compose.dev.vector.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ services:
5353
start_period: 10s
5454
web:
5555
container_name: web_dock
56-
image: xchem/fragalysis-stack:latest
56+
# image: xchem/fragalysis-stack:latest
5757
# image: alanbchristie/fragalysis-backend:1187.3
5858
# image: boriskovarm2ms/fragalysis-stack:experiment2
59-
# image: kaliif/fragalysis-backend:latest
59+
image: kaliif/fragalysis-backend:latest
6060
command: /bin/bash /code/launch-stack.sh
6161
volumes:
6262
- ../data/logs:/code/logs/

js/components/datasets/datasetMoleculeView/datasetMoleculeView.js

+1
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ const DatasetMoleculeView = memo(
461461
// #1249 dataset molecules currently could use side observation molecule for some renders
462462
const allMolecules = useSelector(state => state.apiReducers.all_mol_lists);
463463
const [pdbData, setPdbData] = useState(null);
464+
const [isCustomPdb, setIsCustomPdb] = useState(false);
464465
const isPdbAvailable = !!(data && (data.pdb_info || pdbData));
465466

466467
useEffect(() => {

0 commit comments

Comments
 (0)