Skip to content

Commit b31283e

Browse files
committed
aarontools update
1 parent dfdc90d commit b31283e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Several tutorials for SEQCROW's tools can be found under ChimeraX's Help menu
1818
3. restart ChimeraX
1919

2020
### GitHub
21-
1. Download <a href="https://github.com/QChASM/SEQCROW/raw/master/dist/SEQCROW-1.8.17-py3-none-any.whl">SEQCROW-1.8.17-py3-none-any.whl</a>
21+
1. Download <a href="https://github.com/QChASM/SEQCROW/raw/master/dist/SEQCROW-1.8.19a1-py3-none-any.whl">SEQCROW-1.8.19a1-py3-none-any.whl</a>
2222
2. Open ChimeraX
2323
3. (if updating SEQCROW) On the ChimeraX command line, enter `toolshed uninstall SEQCROW` and restart ChimeraX
24-
4. On the ChimeraX command line, enter `toolshed install /path/to/SEQCROW-1.8.17-py3-none-any.whl`
24+
4. On the ChimeraX command line, enter `toolshed install /path/to/SEQCROW-1.8.19a1-py3-none-any.whl`
2525
5. Restart ChimeraX
2626
6. If you have a personal AaronTools library already, you can specify the path to it in the SEQCROW settings. Open ChimeraX and go Favorites &rarr; Settings... &rarr; SEQCROW. You will have to restart ChimeraX if you change this setting.
2727

bundle_info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
maxSessionVersion="3"
55
package="SEQCROW"
66
purePython="true"
7-
version="1.8.18a1">
7+
version="1.8.19a1">
88

99
<Author>QChASM</Author>
1010
<Email>[email protected]</Email>
Binary file not shown.

src/tools/input_generator.py

+1
Original file line numberDiff line numberDiff line change
@@ -2283,6 +2283,7 @@ def getJobs(self):
22832283
constraints = new_constraints
22842284
else:
22852285
constraints = None
2286+
22862287
if self.do_geom_opt.checkState() == Qt.Checked:
22872288
opt_type = self.opt_type.currentText()
22882289
if opt_type == "constrained" or opt_type == "coordinate scan":

0 commit comments

Comments
 (0)