Skip to content

Commit

Permalink
ccp4.python -> ccp4-python
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Jul 12, 2013
1 parent 851bf1b commit cc61c04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion c4/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,6 @@ def parse_workflow_commands():

commands_help = """\
All files are stored in the specified output directory.
Quick summary (after running the program): %(prog)s info OUTPUT_DIR
For quick summary (after running the program): %(prog)s info OUTPUT_DIR
"""

2 changes: 1 addition & 1 deletion dimple
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
$CCP4/bin/ccp4.python -m dimple "$@"
$CCP4/bin/ccp4-python -m dimple "$@"
2 changes: 1 addition & 1 deletion dimple.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@%CCP4%\bin\ccp4.python.bat -m dimple %*
@%CCP4%\bin\ccp4-python.bat -m dimple %*
2 changes: 1 addition & 1 deletion tests/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

@echo === Run dimple on artificial thaumatin example ===
@set PYTHONPATH=%testdir%..
@call ccp4.python "%testdir%..\dimple.py" "%testdir%thaumatin.mtz" "%testdir%thaumatin.pdb" "%testdir%out" %*
@call ccp4-python "%testdir%..\dimple.py" "%testdir%thaumatin.mtz" "%testdir%thaumatin.pdb" "%testdir%out" %*
@pause

0 comments on commit cc61c04

Please sign in to comment.