Skip to content

Commit

Permalink
Changed the default clustering cutoff for FCC to 0.6
Browse files Browse the repository at this point in the history
Corrected the set-target script in ana_script
  • Loading branch information
amjjbonvin committed May 3, 2016
1 parent 64c6e5c commit 7f864c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HADDOCK-runfiles/T70-dimer-full-haddockparam.web
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ HaddockRunParameters (
epsilon = 10.0,
waterdock = False,
clust_meth = 'FCC',
clust_rmsd = 0.75,
clust_rmsd = 0.6,
clust_size = 4,
fcc_ignc = False,
ncs = SymmetrySpecification (
Expand Down Expand Up @@ -821,4 +821,4 @@ HaddockRunParameters (
wn = 60.82,
),
username = 'abonvin',
)
)
2 changes: 1 addition & 1 deletion HADDOCK-runfiles/T70-tetramer-full-haddockparam.web
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ HaddockMultiRunParameters (
epsilon = 10.0,
waterdock = False,
clust_meth = 'FCC',
clust_rmsd = 0.75,
clust_rmsd = 0.6,
clust_size = 4,
fcc_ignc = True,
ncs = SymmetrySpecification (
Expand Down
2 changes: 1 addition & 1 deletion ana_scripts/set-target.csh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/csh
#
setenv target complex
setenv WDIR /Users/abonvin/capri/CASP-CAPRI/CASP-CAPRI-T70-tutorial/ana_scripts
setenv WDIR `pwd`
setenv refeAB $WDIR/30_70.2.AB.pdb
setenv refeAC $WDIR/30_70.2.AC.pdb
setenv refeAD $WDIR/30_70.2.AD.pdb
Expand Down

0 comments on commit 7f864c7

Please sign in to comment.