Skip to content

Simple use-cases of the unthermo, aiming at minimizing exposure to the golang monster.

Notifications You must be signed in to change notification settings

MatteoLacki/unthermo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Basic tools used to get raw thermo files.

This code is by no means mine. It's made by guys building proteininspector.

UNFORTUNATELY, THE ORIGINAL UNTHERMO PROJECT IS UNMAINTAINED AND CURRENLTY PRODUCES HUMBUG.

USE MZMINE2 INSTEAD.

Here you will find simple wrappers and, above all, installation instructions. This is intended for people who, like me, never touched golang and want to keep it that way.

Installation:

  1. Get golang (like they describe here: https://golang.org/doc/install)
  2. Get this github repo.
  3. Navigate to where the *.go files are.
  4. To compile of whatever golang does with the source files, run bash find . -type f -name "*.go" -exec go build {} \;
  5. copy the output to some bin and chmod +x them. Damn, maybe even add them to PATH.

Usage:

Assuming you did not change the names of the compilation (or whatever) output, to print the first scan of a spectrum spec.raw to a file haha.txt just do

printspectrum -sn 1 -raw spec.raw > haha.txt

If you don't know, how many scans are there, use the countscans script

countscans -raw spec.raw

Thanks

This work could not be achieved if it wasn't for the continuous trolling of three guys from Warsaw. Buggers!

Voila! Look ma', almost no golang exposure!

About

Simple use-cases of the unthermo, aiming at minimizing exposure to the golang monster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages