4

Thanks to excellent instructions in this paper and open source code, I was able to get PeptideBuilder examples running on my ubuntu machine. For me, I had to change the first line in runUnitTests.sh to

#!/bin/bash

Also, as noted in the paper, I needed the biopython library, which I obtained with pip:

pip install biopython # using sudo

The unit tests (so far) fail for me, for...

read more, vote or answer

waiting for moderation