Commit c138d5e
committed
fix: replace library(tidyverse) with library(dplyr) in peak-width R scripts
tidyverse is absent from nciccbr/ccbr_atacseq:v13-feat. The three affected
scripts (fixed_width_peakSets_to_consensus_peakSet.R,
narrowPeak_normalize_pvalues.R, narrowPeak_to_fixed_width_peakSet.R) only
use arrange/mutate/filter, all of which are in dplyr — already installed.
⚡ generated using AI ⚡1 parent a0fd9b8 commit c138d5e
3 files changed
Lines changed: 3 additions & 3 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments