Skip to content

Commit b65bb98

Browse files
authored
Merge pull request #6 from mihaitodor/rename-pisa-lite-to-pisa
Rename pisa-lite to pisa
2 parents 558b462 + 54f5ed2 commit b65bb98

5 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
push: true
2727
platforms: linux/amd64,linux/arm64/v8
2828
tags: |
29-
${{ secrets.DOCKER_USERNAME }}/pisa-lite:${{ github.ref_name }}
30-
${{ secrets.DOCKER_USERNAME }}/pisa-lite:latest
29+
${{ secrets.DOCKER_USERNAME }}/pisa:${{ github.ref_name }}
30+
${{ secrets.DOCKER_USERNAME }}/pisa:latest
3131
3232
docker_build_and_push_to_gitlab:
3333
runs-on: ubuntu-latest

Dockerfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ FROM ubuntu:20.04 AS build
33
RUN apt-get update && apt-get install -y g++ libz-dev
44

55
# Copy dependencies
6-
COPY ccp4srs /usr/src/pisa-lite/ccp4srs
7-
COPY mmdb2 /usr/src/pisa-lite/mmdb2
8-
COPY pisa /usr/src/pisa-lite/pisa
9-
COPY pisalib /usr/src/pisa-lite/pisalib
10-
COPY ssm /usr/src/pisa-lite/ssm
11-
COPY compile.sh /usr/src/pisa-lite/compile.sh
6+
COPY ccp4srs /usr/src/pisa/ccp4srs
7+
COPY mmdb2 /usr/src/pisa/mmdb2
8+
COPY pisa /usr/src/pisa/pisa
9+
COPY pisalib /usr/src/pisa/pisalib
10+
COPY ssm /usr/src/pisa/ssm
11+
COPY compile.sh /usr/src/pisa/compile.sh
1212

13-
WORKDIR /usr/src/pisa-lite
13+
WORKDIR /usr/src/pisa
1414

15-
ENV SRCDIR=/usr/src/pisa-lite
15+
ENV SRCDIR=/usr/src/pisa
1616

1717
# Compile
18-
RUN chmod +x /usr/src/pisa-lite/compile.sh
19-
RUN /usr/src/pisa-lite/compile.sh
18+
RUN chmod +x /usr/src/pisa/compile.sh
19+
RUN /usr/src/pisa/compile.sh
2020

2121
FROM ubuntu:20.04
2222

23-
COPY --from=build /usr/src/pisa-lite/build /usr/share/pisa-lite
23+
COPY --from=build /usr/src/pisa/build /usr/share/pisa
2424

25-
ENV PATH=$PATH:/usr/share/pisa-lite
25+
ENV PATH=$PATH:/usr/share/pisa

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If the flag --as-is is used, PISA will analyse the interfaces in the given input
7777

7878
## XML file
7979

80-
PISA-lite generates the results in binary format. The data has to be converted into a human-readable XML format using the following command:
80+
PISA generates the results in binary format. The data has to be converted into a human-readable XML format using the following command:
8181

8282
```
8383
pisa name -xml {interfaces|assemblies} [cfg] > outputfile.xml

pisa_cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ------------------------------------------------------------------- #
22
# #
3-
# This is configuratrion file for PISA-lite software. #
3+
# This is configuratrion file for PISA software. #
44
# #
55
# When used in command-prompt mode, this file must be specified #
66
# as last argument in thecommand line, or pointed out by #
@@ -11,19 +11,19 @@
1111

1212
# DATA_ROOT must point on the directory to contain session
1313
# directories.
14-
# For example: .../pisa-lite
14+
# For example: .../pisa
1515
DATA_ROOT
1616
/data/sessions
1717

1818

1919
# SRS_DIR must point on the directory containing SRS files.
20-
# For example: .../pisa-lite/setup/srs
20+
# For example: .../pisa/setup/srs
2121
SRS_DIR
2222
/data/setup/srs
2323

2424

2525
# MOLREF_DIR must point on the directory containing MolRef files.
26-
# For example: .../pisa-lite/setup/molref
26+
# For example: .../pisa/setup/molref
2727
MOLREF_DIR
2828
/data/setup/molref
2929

@@ -34,12 +34,12 @@ MOLREF_DIR
3434
# intfstats.dat
3535
# syminfo_pisa.lib and
3636
# rcsb_symops.dat
37-
# For example: .../pisa-lite/setup/pisastore
37+
# For example: .../pisa/setup/pisastore
3838
PISTORE_DIR
3939
/data/setup/pisastore
4040

4141

42-
# The following lines are required for running PISA-lite
42+
# The following lines are required for running PISA
4343
RASMOL_COM
4444
JMOL_COM
4545
CCP4MG_COM

setup/pisa_cfg_tmp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ------------------------------------------------------------------- #
22
# #
3-
# This is configuratrion file for PISA-lite software. #
3+
# This is configuratrion file for PISA software. #
44
# #
55
# When used in command-prompt mode, this file must be specified #
66
# as last argument in thecommand line, or pointed out by #
@@ -11,19 +11,19 @@
1111

1212
# DATA_ROOT must point on the directory to contain session
1313
# directories.
14-
# For example: .../pisa-lite
14+
# For example: .../pisa
1515
DATA_ROOT
1616
path_dataroot
1717

1818

1919
# SRS_DIR must point on the directory containing SRS files.
20-
# For example: .../pisa-lite/setup/srs
20+
# For example: .../pisa/setup/srs
2121
SRS_DIR
2222
path_to_setup/srs
2323

2424

2525
# MOLREF_DIR must point on the directory containing MolRef files.
26-
# For example: .../pisa-lite/setup/molref
26+
# For example: .../pisa/setup/molref
2727
MOLREF_DIR
2828
path_to_setup/molref
2929

@@ -34,12 +34,12 @@ path_to_setup/molref
3434
# intfstats.dat
3535
# syminfo_pisa.lib and
3636
# rcsb_symops.dat
37-
# For example: .../pisa-lite/setup/pisastore
37+
# For example: .../pisa/setup/pisastore
3838
PISTORE_DIR
3939
path_to_setup/pisastore
4040

4141

42-
# The following lines are required for running PISA-lite
42+
# The following lines are required for running PISA
4343
RASMOL_COM
4444
JMOL_COM
4545
CCP4MG_COM

0 commit comments

Comments
 (0)