-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
37 lines (28 loc) · 1 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
output: github_document
---
<!-- badges: start -->
[![Travis build status](https://travis-ci.org/brendanf/rITSx.svg?branch=master)](https://travis-ci.org/brendanf/rITSx)
[![Codecov test coverage](https://codecov.io/gh/brendanf/rITSx/branch/master/graph/badge.svg)](https://codecov.io/gh/brendanf/rITSx?branch=master)
<!-- badges: end -->
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# rITSx
This package is an interface to the
[ITSx](http://microbiology.se/software/itsx/) command-line utility from R.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("brendanf/rITSx")
```
The ITSx tool must be installed in order for `rITSx` to work.
For current installation instructions, see http://microbiology.se/software/itsx/.
## Use