Skip to content

Commit

Permalink
Removed more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
anton083 committed Oct 30, 2023
1 parent 3ab86f6 commit 53d8717
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ authors = ["Anton Oresten"]
version = "0.0.1"

[deps]
AssigningSecondaryStructure = "8ed43e74-60fb-4e11-99b9-91deed37aef7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDBTools = "e29189f1-7114-4dbd-93d0-c5673a921a58"

[compat]
julia = "1"
Expand Down
3 changes: 1 addition & 2 deletions src/BackBoner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ module BackBoner

using LinearAlgebra

import AssigningSecondaryStructure as ASS
export ASS
export BackBone

include("backbone.jl")
include("oxygen.jl")
Expand Down
2 changes: 2 additions & 0 deletions src/backbone.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export BackBone, atom_coord_matrix

"""
Backbone{A, T}
Expand Down
2 changes: 2 additions & 0 deletions src/ncaco.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export nitrogen_coord_matrix, alphacarbon_coord_matrix, carbon_coord_matrix, oxygen_coord_matrix

nitrogen_coord_matrix(bb::Backbone) = atom_coord_matrix(bb, 1)
alphacarbon_coord_matrix(bb::Backbone) = atom_coord_matrix(bb, 2)
carbon_coord_matrix(bb::Backbone) = atom_coord_matrix(bb, 3)
Expand Down

0 comments on commit 53d8717

Please sign in to comment.