Skip to content

Commit caf145b

Browse files
prepare v0.1.4, fixes #11, and #12 (#13)
Co-authored-by: mkuehbach <markus.kuehbach@physik.hu-berlin.de>
1 parent 984962b commit caf145b

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cff-version: 1.2.0
22
title: 'nomad-north-vesta: NOMAD NORTH plugin for VESTA'
3-
version: 0.1.2
3+
version: 0.1.4
44
message:
55
If you use this software, please cite it using the
66
metadata from this file.

src/nomad_north_vesta/north_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
[Research article about the software](https://doi.org/10.1107/S0021889808012016)""",
1212
external_mounts=[],
13-
file_extensions=['vesta, cif, cry, exp, fcf, ics, ins, in, min, mol, pdb, struct, vasp, wrl, xyz'],
13+
file_extensions=['vesta', 'cif', 'cry', 'exp', 'fcf', 'ics', 'ins', 'in', 'min', 'mol', 'pdb', 'struct', 'vasp', 'wrl', 'xyz'],
1414
icon='https://raw.githubusercontent.com/FAIRmat-NFDI/nomad-north-vesta/main/src/nomad_north_vesta/north_tools/vesta/vesta.png',
1515
image_pull_policy='Always',
1616
default_url='/desktop',

src/nomad_north_vesta/north_tools/vesta/Dockerfile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RUN apt update \
2020

2121
# Switch back to jovyan to avoid accidental container runs as root
2222
USER ${NB_UID}
23-
# WORKDIR "${HOME}"
24-
WORKDIR "${HOME}/vesta"
23+
24+
WORKDIR "${HOME}"
2525

2626
# 3.5.8 is the latest version, was released in 2022, maybe feature complete
2727
RUN wget https://jp-minerals.org/vesta/archives/3.5.8/VESTA-gtk3.tar.bz2 \
@@ -30,11 +30,3 @@ RUN wget https://jp-minerals.org/vesta/archives/3.5.8/VESTA-gtk3.tar.bz2 \
3030

3131
COPY --chown=${NB_UID}:${NB_GID} "src/nomad_north_vesta/north_tools/vesta/config/Vesta.desktop" "${HOME}/.config/autostart/Vesta.desktop"
3232

33-
# git \
34-
# cmake \
35-
# build-essential \
36-
# libblas-dev \
37-
# liblapack-dev \
38-
# libxc-dev \
39-
# libgtk-3-dev \
40-
# libgl1-mesa-dri

0 commit comments

Comments
 (0)