Skip to content

Stride.jl is a Julia wrapper for STRIDE, a knowledge-Based protein secondary structure assignment algorithm.

License

Notifications You must be signed in to change notification settings

h3nnn4n/Stride.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stride.jl

Stride is a software for the assignment of protein secondary structure. This packages wraps it inside a Julia package.

The usage is very simple:

using Stride

download("https://files.rcsb.org/download/1CRN.pdb", "1crn.pdb")
data = stride_run("1crn.pdb")

for ss in data.chain
    println(ss)
end

Stride.jl requires the binary Stride, which can be found here: http://webclu.bio.wzw.tum.de/stride/install.html The binary should be accessible through PATH or one can use stride_update_path("/path/to/stride/stride"). Note that it should point to the binary and not the folder with the binary.

About

Stride.jl is a Julia wrapper for STRIDE, a knowledge-Based protein secondary structure assignment algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages