「view this page in B3 βῆτα server」

Revisions №58945

branch: master 「№58945」
Commited by: Rocco Moretti
GitHub commit link: 「25448b44ebbbfb0c」 「№1643」
Difference from previous tested commit:  code diff
Commit date: 2016-09-20 18:03:13

Merge pull request #1643 from RosettaCommons/roccomoretti/fix_option_space_parsing Fix option space parsing regression A feature used relatively frequently by the Meiler Lab in ligand docking is the ability to concatenate PDBs by quoting. e.g. -s "protein.pdb ligand.pdb" instead of manually concatenating the two PDBs into a single-file complex. A recent change to the option system broke this functionality. (It would also break other situations where you'd have a space in a file name.) Surprisingly, the functionality appears not to have been tested. This commit restores the previous behavior, as well as adding tests to confirm the functionality is preserved.

...