mzmatch.ipeak.sort.PeakSortThis tools sorts the contents of a PeakML and writes the result to a new file. A number of sorting mechanisms is supported: intensity, mass, scan and annotation. When sorting on annotation the -annotation options needs to be used to indicate on which label to sort the list. Example(s)
Windows batch-file: SET JAVA=java -cp mzmatch.jar -da -dsa -Xmn1g -Xms1425m -Xmx1425m -Xss128k -XX:+UseParallelGC -XX:ParallelGCThreads=10 REM extract the log-information %JAVA% mzmatch.ipeak.sort.PeakSort -i unsorted.peakml -o sorted.peakmlReferences:
Commandline options* | |
---|---|
-i [filename] | Option for the input file(s). The only allowed format is PeakML and when it is not set the input is read from standard in. |
-o <filename> | Option for the ouput file. The file is written in the PeakML file format and peaks that passed the defined filter are saved here. When this option is not set the output is written to the standard out. Be sure to unset the verbose option when setting up a pipeline reading and writing from the standard in- and outputs. |
-sort <see description> | - scanascending|scandescending can be used to sort the list of peaks on retention time - massascending|massdescending can be used to sort the list of peaks on mass - intensityascending|intensitydescending can be used to sort the list of peaks on intensity - annotationascending|annotationdescending can be used to sort the list of peaks on an annotation |
-annotation <see description> | When either annotationascending or annotationdescending has been chosen for the sort option, this option needs to be filled in for the label of the annotation to sort on. |
-h | When this is set, the help is shown. |
-v | When this is set, the progress is shown on the standard output. |