Skip to content

Commit 39a6e97

Browse files
authored
Merge pull request biojava#35 from hilbertglm/20240108-updates
Fixed some typos and broken links
2 parents 405084a + 219af9a commit 39a6e97

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Book 4: [The Genomics Module](genomics/README.md), working with genomic data.
2424

2525
Book 5: [The Protein-Disorder Module](protein-disorder/README.md), predicting protein-disorder.
2626

27-
Book 6: [The ModFinder Module](modfinder/README.md), identifying potein modifications in 3D structures
27+
Book 6: [The ModFinder Module](modfinder/README.md), identifying protein modifications in 3D structures
2828

2929
## License
3030

structure/bioassembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ List<Structure> bioAssemblies = StructureIO.getBiologicalAssemblies(pdbId);
153153

154154
## Further Reading
155155

156-
The RCSB PDB web site has a great [tutorial on Biological Assemblies](http://www.rcsb.org/pdb/101/static101.do?p=education_discussion/Looking-at-Structures/bioassembly_tutorial.html).
156+
The RCSB PDB web site has a great [tutorial on Biological Assemblies](https://pdb101.rcsb.org/learn/guide-to-understanding-pdb-data/biological-assemblies).
157157

158158
<!--automatically generated footer-->
159159

structure/secstruc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Secondary structure can be formally defined by the pattern of hydrogen bonds of
1010
More specifically, the secondary structure is defined by the patterns of hydrogen bonds formed between
1111
amine hydrogen (-NH) and carbonyl oxygen (C=O) atoms contained in the backbone peptide bonds of the protein.
1212

13-
For more info see the Wikipedia article on [protein secondary structure]
14-
(https://en.wikipedia.org/wiki/Protein_secondary_structure).
13+
For more info see the Wikipedia article
14+
on [protein secondary structure](https://en.wikipedia.org/wiki/Protein_secondary_structure).
1515

1616
## Secondary Structure Annotation
1717

@@ -106,8 +106,8 @@ input Structure overriding any previous annotation, like in the DSSPParser. An e
106106
ssp.calculate(s, true); //true assigns the SS to the Structure
107107
```
108108

109-
BioJava Class: [org.biojava.nbio.structure.secstruc.SecStrucCalc]
110-
(http://www.biojava.org/docs/api/org/biojava/nbio/structure/secstruc/SecStrucCalc.html)
109+
BioJava Class:
110+
[org.biojava.nbio.structure.secstruc.SecStrucCalc](http://www.biojava.org/docs/api/org/biojava/nbio/structure/secstruc/SecStrucCalc.html)
111111

112112
### Storage and Data Structures
113113

0 commit comments

Comments
 (0)