Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
8538e813
Commit
8538e813
authored
Apr 03, 2017
by
Russell Luke
Browse files
moved the demo files into the TestSuite subdirectory.
parent
52bc2c27
Changes
2
Hide whitespace changes
Inline
Side-by-side
DRprotein_demo.py
→
TestSuite/
DRprotein_demo.py
View file @
8538e813
#Input, Output and Logfiles
import
sys
sys
.
path
.
append
(
'..'
)
problemName
=
'1PTQ'
inputFile
=
'
i
nput
d
ata/1PTQ.pdb'
#in InputFiles directory
inputFile
=
'
../I
nput
D
ata/
Protein/
1PTQ.pdb'
#in InputFiles directory
outputFile
=
'1PTQrecon.pdb'
#Parameters used by all variants of the algorithm
...
...
Phase_JWST_demo.py
→
TestSuite/
Phase_JWST_demo.py
View file @
8538e813
import
sys
sys
.
path
.
append
(
'proxtoolbox/Problems/Phase'
)
sys
.
path
.
append
(
'
../
proxtoolbox/Problems/Phase'
)
import
JWST_data_processor
import
JWST_in
from
phase
import
Phase
...
...
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