From 98f1d06c54fa15acde9102279f109aa6823df597 Mon Sep 17 00:00:00 2001 From: Ethan Bass Date: Sun, 17 Jul 2022 15:45:53 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fb98710..946f75b 100644 --- a/README.md +++ b/README.md @@ -114,3 +114,11 @@ chromConverter includes some options to extract metadata from the provided files ### Further analysis For downstream analyses of chromatographic data, you can also check out my package [chromatographR](https://ethanbass.github.io/chromatographR/). For interactive visualization of chromatograms, you can check out my new package [ShinyChromViewer](https://github.com/ethanbass/ShinyChromViewer) (alpha release). + +### Citation + +You can cite chromConverter as follows: + +Bass, E. (2022). chromConverter (Version v0.2.2). Zenodo. http://doi.org/10.5281/zenodo.2647541. + +If you use external libraries to convert your files, you should probably cite those as well in published work. From b01643eaacc11a6b1af668d2b82a1e88746d4df2 Mon Sep 17 00:00:00 2001 From: Ethan Bass Date: Mon, 25 Jul 2022 17:11:07 -0400 Subject: [PATCH 2/2] instructions to install entab on mac --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 946f75b..c042eef 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,14 @@ To install Aston, call the `configure_aston()` function to install miniconda alo devtools::install_github("https://github.com/bovee/entab/", subdir = "entab-r") ``` +###### Mac OS X + +If you're using RStudio on a Mac, you will likely need to tell R Studio where to find cargo (the Rust package manager) by adding it to your path. You can do this by following the instructions below: +1. Open your `.Rprofile` file in your home directory (you may need to press Command + Shift + period to reveal hidden files). +2. Add `Sys.setenv(PATH = paste0("/Users//.cargo/bin:", Sys.getenv("PATH")))`, replacing with your username. This will append Cargo to your path when you open RStudio. +3. Save your `.Rprofile` file and restart R Studio. +4. Install Entab from GitHub. + ##### **ThermoRawFileParser** Thermo RAW files can be converted by calling the [ThermoRawFileParser](https://github.com/compomics/ThermoRawFileParser) on the command-line. To install the ThermoRawFileParser, follow the instructions [here](https://github.com/compomics/ThermoRawFileParser). If you are running Linux or Mac OS X, you will also need to install mono, following the instructions provided at the link. In addition, when you use chromConverter to convert Thermo RAW files for the first time you will be asked to enter the path to the program.