taylor-lab / neoantigen-dev

neoantigen prediction from WES/WGS
4 stars 1 forks source link

Adjusted command used for combining netmhc and netmhcpan output to be… #3

Closed allanbolipata closed 5 years ago

allanbolipata commented 5 years ago

… a little more portable.

Instead of generating the header through an echo -e subprocess, this change proposes doing it through python instead.

echo -e was causing issues in a Docker image for some reason, and this change bypasses that.