Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GromacsOnEUREKA
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Winokan, Max S Dr (PG/R - Maths & Physics)
GromacsOnEUREKA
Commits
616eb408
Commit
616eb408
authored
4 years ago
by
Winokan, Max S Dr (PG/R - Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
Usage information
parent
8730919b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
avoDna2gmx.sh
+14
-5
14 additions, 5 deletions
avoDna2gmx.sh
with
14 additions
and
5 deletions
avoDna2gmx.sh
+
14
−
5
View file @
616eb408
# pdb_mod.sh --find-atom "HTER" -i ATGCTACG_AVO.pdb
# pdb_mod.sh --find-atom "OXT" -i ATGCTACG_AVO.pdb
# pdb_mod.sh --replace "HTER" "H5T" -i ATGCTACG_AVO.pdb --filter DA -o ATGCTACG_MOD.pdb -x
# pdb_mod.sh --replace "OXT" "O5'" -i ATGCTACG_MOD.pdb --filter DA -f -o ATGCTACG_MOD.pdb -x
source
$MWSHPATH
/out.sh
EXPERT
=
0
while
test
$#
-gt
0
;
do
case
"
$1
"
in
-u
|
--usage
|
-h
|
--help
)
echo
-e
$colBold
"Usage for "
$colFunc
"avoDna2gmx.sh"
$colClear
":"
echo
echo
-e
"This script will attempt to modify a PDB containing DNA chains produced"
echo
-e
"by Avogadro's DNA builder so that it plays ball with GROMACS' pdb2gmx,"
echo
-e
"and matches the atom naming schemes in the CHARMM36 force fields."
echo
echo
-e
$colFunc
"avoDna2gmx.sh"
$colClear$colArg
" --input <PDB> [--output <PDB>] [-expert]"
$colClear
echo
echo
-e
$colArg
"-i|--input"
$colClear
" Specify input"
$colClear
echo
-e
$colArg
"-o|--output"
$colClear
" Specify output"
$colClear
echo
-e
$colArg
"-x|--expert"
$colClear
" Hide warnings"
$colClear
exit
;;
-i
|
--input
)
shift
INPUT
=
$1
...
...
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