Skip to content

Commit

Permalink
stringr package removed from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alorchhota committed Nov 6, 2018
1 parent 62fc7bd commit ac4fdab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion compute_mappability.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
### took an weighted average of both mappabilities. weights are proportional to lengths.

suppressMessages(library(data.table))
suppressMessages(library(stringr))
suppressMessages(library(intervals))
suppressMessages(library(stats))
suppressMessages(library(argparser))
Expand Down
2 changes: 1 addition & 1 deletion prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Bowtie index files are required to align k-mers to the genome. You may either do
- Linux
- R
- Please make sure the path variable includes the location for `Rscript`.
- Please make sure the following R packages are installed: data.table, stringr, intervals, argparser, stats,
- Please make sure the following R packages are installed: data.table, intervals, argparser, stats,
- bowtie v1
- Please make sure the path variable includes the location for `bowtie`.

Expand Down

0 comments on commit ac4fdab

Please sign in to comment.