You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ CurrentModule = BioStructures
6
6
7
7
Package extensions are used in order to reduce the number of dependencies:
8
8
- To use `LongAA`, call `using BioSequences`.
9
-
- To use `pairalign` or [`Transformation`](@ref) on structural elements, call `using BioSequences, BioAlignments`.
9
+
- To use `pairalign`, [`superimpose!`](@ref), [`rmsd`](@ref)/[`displacements`](@ref) with the `superimpose` option or [`Transformation`](@ref) on structural elements, call `using BioSequences, BioAlignments`.
10
10
- To use `DataFrame`, call `using DataFrames`.
11
11
- To use `MetaGraph`, call `using Graphs, MetaGraphs`.
12
12
- To use [`MMTFDict`](@ref) or [`writemmtf`](@ref), call `import MMTF as MMTFPkg` (to avoid clashing with [`BioStructures.MMTF`](@ref)).
0 commit comments