Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
INTBuilder
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chloe Dequeker
INTBuilder
Commits
ee5f0b18
Commit
ee5f0b18
authored
Dec 01, 2016
by
Chloe Dequeker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modif number of clashes and distance to contact (from 6 to 5)
parent
9f22bfb6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
struct.h
src/struct.h
+2
-2
No files found.
src/struct.h
View file @
ee5f0b18
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
#define COEF_DEGREE_TO_RADIAN 0.017453293
/* Coefficient to convert degrees to radians */
#define COEF_DEGREE_TO_RADIAN 0.017453293
/* Coefficient to convert degrees to radians */
#define NB_MAX_ATOM_PER_RES 100
/* No residue has more atoms than that */
#define NB_MAX_ATOM_PER_RES 100
/* No residue has more atoms than that */
#define TOO_MANY_CLASHES
2
0
/* If not forcing, program will skip conformation after
#define TOO_MANY_CLASHES
4
0
/* If not forcing, program will skip conformation after
* this number of clashes */
* this number of clashes */
#define DIST_FOR_CONTACT
6
/* Distance under which we consider
#define DIST_FOR_CONTACT
5
/* Distance under which we consider
* two residues are in contact */
* two residues are in contact */
#define DIST_FOR_CLASH 2
/* Distance in Angstrom under which we consider
#define DIST_FOR_CLASH 2
/* Distance in Angstrom under which we consider
* the contact is a clash */
* the contact is a clash */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment