tzina97 / netMHCpan

GNU General Public License v3.0
5 stars 1 forks source link

Build error due to file permissions #4

Closed richelbilderbeek closed 3 years ago

richelbilderbeek commented 3 years ago

I just saw here that the build now fails due to file permissions:

Run if [[ "$INSTALL_NETMHCPAN" == true ]]; then ./scripts/install_netMHCpan.sh; fi
/home/runner/work/_temp/858b4b38-452b-42bd-ae5c-2f775d6032c9.sh: line 1: ./scripts/install_netMHCpan.sh: Permission denied

I am unsure if a Windows user can fix this. Under Linux, it would be chmod +x install_netMHCpan.sh to modify the file permissions to add (+) the right to execute.

richelbilderbeek commented 3 years ago

If you want, I can do so :-)

tzina97 commented 3 years ago

I tried a few different ways but it doesn't seem to be working. :( Could you try it? Thank you!

richelbilderbeek commented 3 years ago

Hi @tzina97, just created a PR at https://github.com/tzina97/netMHCpanW/pull/5 :-)

tzina97 commented 3 years ago

The new file showed the same issue. I tried to use chmod but it didn't seem to change anything. @richelbilderbeek Could you maybe fix it again please?

richelbilderbeek commented 3 years ago

Sure, here it is: https://github.com/tzina97/netMHCpanW/pull/13