Skip to content

Commit

Permalink
Rename io.jl to pdb.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Dec 30, 2023
1 parent b3a8371 commit f2b20d6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/protein/protein.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import PDBTools
include("residue.jl")
include("chain.jl")
include("oxygen.jl")
include("io.jl")
include("pdb.jl")
include("rotations.jl")

end
2 changes: 1 addition & 1 deletion test/protein/io.jl → test/protein/pdb.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@testset "io.jl" begin
@testset "pdb.jl" begin

@testset "PDB" begin

Expand Down
2 changes: 1 addition & 1 deletion test/protein/protein.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ using Backboner.Protein
include("residue.jl")
include("chain.jl")
include("oxygen.jl")
include("io.jl")
include("pdb.jl")
include("rotations.jl")

0 comments on commit f2b20d6

Please sign in to comment.