openvax / neoantigen-vaccine-pipeline

Bioinformatics pipeline for selecting patient-specific cancer neoantigen vaccines
Apache License 2.0
75 stars 25 forks source link

Use subprocess.call to copy files with cp instead of shutil.copy2 #133

Closed julia326 closed 5 years ago

julia326 commented 5 years ago

See https://stackoverflow.com/questions/52646259/understanding-shutil-copy2-permissionerror-errno-13 for a description of a similar error we're currently running into with shutil.copy2 on an SELinux-enabled system