Skip to content

Commit 811bdba

Browse files
author
Chris
authoredMay 31, 2018
Updated README.md
1 parent 16d73c1 commit 811bdba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎README.md

+15
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# ms-fragment-lister
2+
3+
## What is it?
4+
5+
This script will take exported mass listings from wsearch32 (a free software for mass spectrometry) and format all values so that:
6+
- the values are rounded
7+
- only values above 4% relative intensity are listed (this can be adjusted as needed)
8+
- the relative intensities appear in parentheses
9+
- the output is a CSV file
10+
11+
12+
## How to use
13+
14+
Put the exported mass listings in the same folder as ``fragment-lister.py`` and run the script.
15+
16+
Your Python installation must have pandas installed and the filename must end on ``.D.txt``. The script will work through **all** exported mass listings and produce one CSV output for every mass listing.

0 commit comments

Comments
 (0)
Please sign in to comment.