Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xia2pipe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Lane
xia2pipe
Commits
e69eaa95
Commit
e69eaa95
authored
4 years ago
by
TJ Lane
Browse files
Options
Downloads
Patches
Plain Diff
flip SA flag drop
parent
9e8d0e3f
Branches
forcedown
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/test.yaml
+1
-1
1 addition, 1 deletion
configs/test.yaml
scripts/dmpl.sh
+9
-10
9 additions, 10 deletions
scripts/dmpl.sh
with
10 additions
and
11 deletions
configs/test.yaml
+
1
−
1
View file @
e69eaa95
...
...
@@ -3,7 +3,7 @@
# April 20, 2020
project
:
name
:
'
DMPL_test'
name
:
'
DMPL_test
_final
'
rawdata_dirs
:
-
'
/asap3/petra3/gpfs/p11/2020/data/11009999/raw'
-
'
/asap3/petra3/gpfs/p11/2020/data/11010091/raw'
...
...
This diff is collapsed.
Click to expand it.
scripts/dmpl.sh
+
9
−
10
View file @
e69eaa95
...
...
@@ -92,23 +92,23 @@ cd ${outdir}
echo
"chdir:
${
outdir
}
"
# >> uni_free : same origin, set rfree flags to the common set
uni_free
=
$SCRIPTS_DIR
/uni_free.csh
csh
${
uni_free
}
${
input_mtz
}
${
metadata
}
_rfree.mtz
${
free_mtz
}
# >> if the mtz is from staraniso, drop SA_flag
# http://staraniso.globalphasing.org/test_set_flags_about.html
# if the mtz doesn't have the SA_flag col, this does nothing
sftools
<<
eof
READ
${
input_
mtz
}
READ
${
metadata
}
_rfree.
mtz
SELECT COL SA_flag NOT absent
WRITE
${
input_
mtz
}
WRITE
${
metadata
}
_rfree.
mtz
Y
EXIT
eof
# >> uni_free : same origin, set rfree flags to the common set
uni_free
=
$SCRIPTS_DIR
/uni_free.csh
csh
${
uni_free
}
${
input_mtz
}
${
metadata
}
_rfree.mtz
${
free_mtz
}
# >> cut resolution of MTZ
cut_mtz
=
${
metadata
}
_rfree_rescut.mtz
mtzutils hklin
${
metadata
}
_rfree.mtz
\
...
...
@@ -143,10 +143,9 @@ rm fd-${cut_mtz}
ref_pdb_list
=
`
echo
${
ref_pdb
}
|
tr
','
' '
`
# >> dimple round 1: MR & light refinement
# >> dimple to check for blobs
# >> dimple --> only purpose is to select the correct PDB to use as a ref
dimple
\
-M
0
\
-M
1
\
--free-r-flags
${
cutdown_mtz
}
\
--jelly
0
\
--restr-cycles
0
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment