Skip to content

Commit

Permalink
Add to doc abotu mzml2isa
Browse files Browse the repository at this point in the history
  • Loading branch information
djcomlab committed Jan 17, 2017
1 parent d9e9634 commit 2388d09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/importdata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,14 @@ Importing SRA from Biocrates, to ISA-Tab
Notice: this method depends on SAXON XSLT Processor

See ``isa-api/isatools/convert/biocrates2isatab.py``

-------------------------
Importing mzML to ISA-Tab
-------------------------
To import metadata from mzML mass spectrometry files, the ISA API integrates with the ``mzml2isa``
tool from https://github.com/ISA-tools/mzml2isa and can be run as follows:

.. code-block:: python
from isatools.convert import mzml2isa
mzml2isa.convert('your/path/to/mzml/files/', 'tmp/', "My Study ID")

0 comments on commit 2388d09

Please sign in to comment.