-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #476 from joaomcteixeira/i356
Add general parameters to `haddock3-cfg` client
- Loading branch information
Showing
6 changed files
with
168 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
autohis = True # $title Automatic HIS protonation state / $group molecule | ||
delenph = True # $title Keep or remove non-polar hydrogen atoms / $group molecule | ||
log_level = 'verbose' # $minchars 0 / $maxchars 100 / $title Log level verbosity for CNS / $group module | ||
iniseed = 917 # $min 0 / $max 9999999999999999 / $precision 3 / $title Random seed / $group molecule | ||
ligand_param_fname = '' # $title No title yet | ||
ligand_top_fname = '' # $title No title yet | ||
limit = True # $title No title yet | ||
tolerance = 0 # $min -9999 / $max 9999 / $precision 3 / $title No title yet | ||
|
||
[mol1] | ||
prot_segid = 'A' # $minchars 0 / $maxchars 100 / $title No title yet | ||
fix_origin = False # $title No title yet | ||
dna = False # $title No title yet | ||
shape = False # $title No title yet | ||
cg = False # $title No title yet | ||
cyclicpept = False # $title No title yet | ||
nhisd = 0 # $min -9999 / $max 9999 / $precision 3 / $title No title yet | ||
hisd_1 = nan # $min -9999 / $max 9999 / $precision 3 / $title No title yet | ||
nhise = 0 # $min -9999 / $max 9999 / $precision 3 / $title No title yet | ||
hise_1 = nan # $min -9999 / $max 9999 / $precision 3 / $title No title yet | ||
|
||
[mol2] | ||
prot_segid = 'B' # $minchars 0 / $maxchars 100 / $title No title yet | ||
fix_origin = False # $title No title yet | ||
dna = False # $title No title yet | ||
shape = False # $title No title yet | ||
cg = False # $title No title yet | ||
cyclicpept = False # $title No title yet | ||
nhisd = 0 # $min -9999 / $max 9999 / $precision 3 / $title No title yet | ||
hisd_1 = nan # $min -9999 / $max 9999 / $precision 3 / $title No title yet | ||
nhise = 0 # $min -9999 / $max 9999 / $precision 3 / $title No title yet | ||
hise_1 = nan # $min -9999 / $max 9999 / $precision 3 / $title No title yet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters