-
Notifications
You must be signed in to change notification settings - Fork 69
Add change mass/charge command. #1048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
270f227
Start adding change mass command.
drroe 956bc89
Finish initial incarnation of change mass
drroe 321ba3a
Add change mass test
drroe 7853f6e
Add change mass from data set test
drroe 8674cab
Report data set name
drroe 5dcdace
Add ability to change charge as well
drroe dec71fe
Fix help text. Add change mass|charge to manual.
drroe d2b306b
6.20.4. Revision bump for change mass|charge
drroe 39fd47b
Protect test in parallel
drroe 8803109
Fix printf format
drroe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| #Atom Name #Res Name #Mol Type Charge Mass GBradius El rVDW eVDW | ||
| 1 N 1 ALA 1 N3 0.1414 1.3392 1.5500 N 1.8240 0.1700 | ||
| 2 H1 1 ALA 1 H 0.1997 1.8307 1.3000 H 0.6000 0.0157 | ||
| 3 H2 1 ALA 1 H 0.1997 1.7955 1.3000 H 0.6000 0.0157 | ||
| 4 H3 1 ALA 1 H 0.1997 1.8237 1.3000 H 0.6000 0.0157 | ||
| 5 CA 1 ALA 1 CX 0.0962 0.8400 1.7000 C 1.9080 0.1094 | ||
| 6 HA 1 ALA 1 HP 0.0889 1.3625 1.3000 H 1.1000 0.0157 | ||
| 7 CB 1 ALA 1 CT -0.0597 1.5867 1.7000 C 1.9080 0.1094 | ||
| 8 HB1 1 ALA 1 HC 0.0300 2.0004 1.3000 H 1.4870 0.0157 | ||
| 9 HB2 1 ALA 1 HC 0.0300 2.2382 1.3000 H 1.4870 0.0157 | ||
| 10 HB3 1 ALA 1 HC 0.0300 2.0209 1.3000 H 1.4870 0.0157 | ||
| 11 C 1 ALA 1 C 0.6163 0.6606 1.7000 C 1.9080 0.0860 | ||
| 12 O 1 ALA 1 O -0.5722 1.0294 1.5000 O 1.6612 0.2100 | ||
| 13 N 2 PHE 1 N -0.4157 0.6194 1.5500 N 1.8240 0.1700 | ||
| 14 H 2 PHE 1 H 0.2719 0.9363 1.3000 H 0.6000 0.0157 | ||
| 15 CA 2 PHE 1 CX -0.0024 0.5888 1.7000 C 1.9080 0.1094 | ||
| 16 HA 2 PHE 1 H1 0.0978 0.6938 1.3000 H 1.3870 0.0157 | ||
| 17 CB 2 PHE 1 CT -0.0343 0.8447 1.7000 C 1.9080 0.1094 | ||
| 18 HB2 2 PHE 1 HC 0.0295 1.4507 1.3000 H 1.4870 0.0157 | ||
| 19 HB3 2 PHE 1 HC 0.0295 1.5059 1.3000 H 1.4870 0.0157 | ||
| 20 CG 2 PHE 1 CA 0.0118 0.3897 1.7000 C 1.9080 0.0860 | ||
| 21 CD1 2 PHE 1 CA -0.1256 1.2616 1.7000 C 1.9080 0.0860 | ||
| 22 HD1 2 PHE 1 HA 0.1330 1.9513 1.3000 H 1.4590 0.0150 | ||
| 23 CE1 2 PHE 1 CA -0.1704 1.7951 1.7000 C 1.9080 0.0860 | ||
| 24 HE1 2 PHE 1 HA 0.1430 2.5937 1.3000 H 1.4590 0.0150 | ||
| 25 CZ 2 PHE 1 CA -0.1072 1.8400 1.7000 C 1.9080 0.0860 | ||
| 26 HZ 2 PHE 1 HA 0.1297 2.4711 1.3000 H 1.4590 0.0150 | ||
| 27 CE2 2 PHE 1 CA -0.1704 1.7855 1.7000 C 1.9080 0.0860 | ||
| 28 HE2 2 PHE 1 HA 0.1430 2.5780 1.3000 H 1.4590 0.0150 | ||
| 29 CD2 2 PHE 1 CA -0.1256 1.2652 1.7000 C 1.9080 0.0860 | ||
| 30 HD2 2 PHE 1 HA 0.1330 1.9666 1.3000 H 1.4590 0.0150 | ||
| 31 C 2 PHE 1 C 0.5973 0.4730 1.7000 C 1.9080 0.0860 | ||
| 32 O 2 PHE 1 O -0.5679 0.6642 1.5000 O 1.6612 0.2100 | ||
| 33 N 3 VAL 1 N -0.3821 0.5251 1.5500 N 1.8240 0.1700 | ||
| 34 H 3 VAL 1 H 0.2681 0.7312 1.3000 H 0.6000 0.0157 | ||
| 35 CA 3 VAL 1 CX -0.3438 0.5870 1.7000 C 1.9080 0.1094 | ||
| 36 HA 3 VAL 1 H1 0.1438 1.0249 1.3000 H 1.3870 0.0157 | ||
| 37 CB 3 VAL 1 CT 0.1940 1.1005 1.7000 C 1.9080 0.1094 | ||
| 38 HB 3 VAL 1 HC 0.0308 1.5142 1.3000 H 1.4870 0.0157 | ||
| 39 CG1 3 VAL 1 CT -0.3064 1.5705 1.7000 C 1.9080 0.1094 | ||
| 40 HG11 3 VAL 1 HC 0.0836 2.1092 1.3000 H 1.4870 0.0157 | ||
| 41 HG12 3 VAL 1 HC 0.0836 2.0668 1.3000 H 1.4870 0.0157 | ||
| 42 HG13 3 VAL 1 HC 0.0836 1.8651 1.3000 H 1.4870 0.0157 | ||
| 43 CG2 3 VAL 1 CT -0.3064 1.3964 1.7000 C 1.9080 0.1094 | ||
| 44 HG21 3 VAL 1 HC 0.0836 1.9660 1.3000 H 1.4870 0.0157 | ||
| 45 HG22 3 VAL 1 HC 0.0836 1.7581 1.3000 H 1.4870 0.0157 | ||
| 46 HG23 3 VAL 1 HC 0.0836 1.6678 1.3000 H 1.4870 0.0157 | ||
| 47 C 3 VAL 1 C 0.8350 0.8819 1.7000 C 1.9080 0.0860 | ||
| 48 O 3 VAL 1 O2 -0.8173 1.3691 1.5000 O 1.6612 0.2100 | ||
| 49 OXT 3 VAL 1 O2 -0.8173 1.7206 1.5000 O 1.6612 0.2100 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.