Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Jun 12, 2018
1 parent 1c366ca commit a9b80ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LABEL about.tags="Proteomics"

################## MAINTAINER ######################
MAINTAINER Niels Hulstaert <niels.hulstaert@ugent.be>
MAINTAINER Yasset PErez-Riverol <ypriverol@gmail.com>

################## INSTALLATION ######################

Expand Down Expand Up @@ -47,6 +48,7 @@ COPY ThermoRawFileParser /home/biodocker/bin/bin/Debug/

USER root
RUN chmod +x /home/biodocker/bin/bin/Debug/ThermoRawFileParser
RUN chmod +x /home/biodocker/bin/bin/Debug/ThermoRawFileParser.exe
RUN chown biodocker:biodocker /home/biodocker/bin/bin/Debug/ThermoRawFileParser

USER biodocker
Expand Down
2 changes: 1 addition & 1 deletion ThermoRawFileParser
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
echo "Analysing Thermo RW file input"
exec mono /home/biodocker/bin/bin/Debug/ThermoRawFileParser.exe "$@"
mono /home/biodocker/bin/bin/Debug/ThermoRawFileParser.exe "$@"

0 comments on commit a9b80ef

Please sign in to comment.