diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-10-19 10:37:45 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 04:52:29 +0100 |
commit | 3b429cd596e5642ee2db0baf3e7485ccd505896a (patch) | |
tree | 3c5c75cc47b9db3a7364eb7bee1c2ab483ae3b07 /sci-chemistry | |
parent | sci-chemistry/nmrglue: align longdescription opening and closing tags (diff) | |
download | gentoo-3b429cd596e5642ee2db0baf3e7485ccd505896a.tar.gz gentoo-3b429cd596e5642ee2db0baf3e7485ccd505896a.tar.bz2 gentoo-3b429cd596e5642ee2db0baf3e7485ccd505896a.zip |
sci-chemistry/pdbcat: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/pdbcat/metadata.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sci-chemistry/pdbcat/metadata.xml b/sci-chemistry/pdbcat/metadata.xml index ad3b3d086c24..9f9da7cbec86 100644 --- a/sci-chemistry/pdbcat/metadata.xml +++ b/sci-chemistry/pdbcat/metadata.xml @@ -6,19 +6,19 @@ <name>Gentoo Chemistry Project</name> </maintainer> <longdescription> -The Brookhaven Protein Data Bank stores atomic coordinate information -for protein structures in a column based format. This is designed to -be read easily read by FORTRAN programs. Indeed, if you get the -format description (from anonymous ftp to ftp.pdb.bnl.gov, the file -/pub/format.desc.ps) they show the single input line needed to read -each record type. -However, I am a C/C++ programmer in the Unix environment. It is a -easier for me to deal with field based input than column based ones. -If the fields are white space delimited I can easily use awk and perl -to manipulate the coordinate information. So I needed some way to -convert the ATOM and HETATM records of PDB files from the standard -column based format to a field based one and back again. It needed -to denote missing fields if they exist. -That converter is `pdbcat'. -</longdescription> + The Brookhaven Protein Data Bank stores atomic coordinate information + for protein structures in a column based format. This is designed to + be read easily read by FORTRAN programs. Indeed, if you get the + format description (from anonymous ftp to ftp.pdb.bnl.gov, the file + /pub/format.desc.ps) they show the single input line needed to read + each record type. + However, I am a C/C++ programmer in the Unix environment. It is a + easier for me to deal with field based input than column based ones. + If the fields are white space delimited I can easily use awk and perl + to manipulate the coordinate information. So I needed some way to + convert the ATOM and HETATM records of PDB files from the standard + column based format to a field based one and back again. It needed + to denote missing fields if they exist. + That converter is `pdbcat'. + </longdescription> </pkgmetadata> |