-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In SIMBAD/AMPLE we have main.py or something similar somewhere within the code base. Then the bin files are as follows:
ample
#!/bin/bash ccp4-python -m ample "$@"
ample.bat
@ccp4-python -m %CCP4%\lib\py2\ample\main.py %*
I think we want to do something similar here, as currently the /bin/mrparse file seems to act as the main.py file.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request