Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
ypriverol committed Apr 27, 2018
1 parent f3e5bc0 commit 83e8a82
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ LABEL software.version="1.0.0"
LABEL about.summary="A software to convert Thermo RAW files to mgf and mzML"
LABEL about.home="https://github.com/compomics/ThermoRawFileParser"
LABEL about.documentation="https://github.com/compomics/ThermoRawFileParser"
LABEL about.license_file="http://cruxtoolkit.sourceforge.net/"
LABEL about.license_file="https://github.com/compomics/ThermoRawFileParser"
LABEL about.license="SPDX:Unknown"
LABEL about.tags="Proteomics"

4 changes: 3 additions & 1 deletion ThermoRawFileParser
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/bash
exec mono /home/biodocker/bin/bin/Debug/ThermoRawFileParser.exe "$@"

echo "Analysing Thermo RW file input"
mono /home/biodocker/bin/bin/Debug/ThermoRawFileParser.exe "$@"

0 comments on commit 83e8a82

Please sign in to comment.