Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucajovine authored Oct 25, 2023
1 parent 9079572 commit ddef186
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# stride_consensus
stride_consensus
This python script takes as single argument an output file generated by the secondary structure assignment program STRIDE ([PMID 15215436](https://pubmed.ncbi.nlm.nih.gov/15215436/) ; https://webclu.bio.wzw.tum.de/stride), compares the secondary structure assignments for multiple copies of the same protein and generates a combined sequence and average secondary structure profile.

If the starting set of coordinates contains information for different proteins, the corresponding ATOM lines should be separated into multiple files before running STRIDE and then analyzing its output with stride_consensus.

The secondary structure codes (SSCs) output by the program match those of STRIDE:

<b>H</b> = Alpha helix
<b>G</b> = 3-10 helix
<b>I</b> = PI-helix
<b>E</b> = Extended conformation
<b>B</b> (or b) = Isolated bridge
<b>T</b> = Turn
<b>C</b> = Coil

In addition, the consensus secondary structure profile generated by the program will contain <b>S</b> or <b>l</b> (lowercase L) SSCs for residues whose assignments are tied between H, G, I, E or B, T, C, respectively.

0 comments on commit ddef186

Please sign in to comment.