-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,7 @@ Authors@R: c( | |
Maintainer: Ethan Bass <[email protected]> | ||
Description: Reads chromatograms from binary formats into R objects. Currently supports conversion of 'Agilent ChemStation', 'Agilent MassHunter', and 'ThermoRaw' files as well as various text-based formats. Utilizes file parsers from external libraries, such as 'Aston' <https://github.com/bovee/aston>, 'Entab' <https://github.com/bovee/entab>, 'rainbow' <https://rainbow-api.readthedocs.io/>, and 'ThermoRawFileParser' <https://github.com/compomics/ThermoRawFileParser>. | ||
License: GPL (>= 3) | ||
URL: https://github.com/ethanbass/chromConverter, | ||
https://ethanbass.github.io/chromConverter/ | ||
URL: https://ethanbass.github.io/chromConverter, https://github.com/ethanbass/chromConverter | ||
BugReports: https://github.com/ethanbass/chromConverter/issues | ||
Imports: | ||
purrr, | ||
|