Mercurial > repos > kpbioteam > chipeakanno_annopeaks
changeset 4:b5bc7e70b949 draft
planemo upload for repository https://github.com/kpbioteam/chipeakanno_annopeaks commit e4ccaafda5f770219ab999f48574a3bfed84c311
author | kpbioteam |
---|---|
date | Tue, 12 Jun 2018 08:46:36 -0400 |
parents | 9ec5e9e2e7b2 |
children | 76b9c7ea15d5 |
files | chipeakanno_annopeaks.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/chipeakanno_annopeaks.R Tue Jun 12 08:36:25 2018 -0400 +++ b/chipeakanno_annopeaks.R Tue Jun 12 08:46:36 2018 -0400 @@ -28,4 +28,4 @@ anno <- annoPeaks(peaks, annoData=annoData, bindingType =c(input2), bindingRegion=c(input3, input4)) - write.table(anno, file= output1, quote = FALSE, row.names = FALSE, sep = "/t") + write.table(anno, file= output1, quote = FALSE, row.names = FALSE, sep = "\t")