Skip to content

Commit 1be71e4

Browse files
committed
update default locs
1 parent ef5a588 commit 1be71e4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

workflow/scripts/06_annotation.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: ""
33
output: html_document
44
params:
5-
samplename: "Ro_Clip_u"
6-
peak_in: "/Users/homanpj/OneDrive - National Institutes of Health/Loaner/Wolin/CLIP/mESC_clip_3_clip3_u/04_annotation/02_peaks/Ro_Clip_u_ALLreadPeaks_annotation_complete.txt"
7-
output_table: "/Users/homanpj/OneDrive - National Institutes of Health/Loaner/Wolin/CLIP/mESC_clip_3_clip3_u/04_annotation/Ro_Clip_u_peakannotation_finalx.txt"
5+
samplename: "YDKO_IgG_500"
6+
peak_in: "~/../../Volumes/RBL_NCI/Wolin/mov10_par_Y_r2_01062023/04_annotation/02_peaks/YDKO_IgG_500_ALLreadPeaks_annotation_complete.txt"
7+
output_table: "~/../../Volumes/RBL_NCI/Wolin/mov10_par_Y_r2_01062023/04_annotation/YDKO_IgG_500_annotation_ALLreadPeaks_final_table.txt"
88
readdepth: 3
99
PeakIdnt: "ALL" #MultiMap, Unique, all
1010
# params:
@@ -20,7 +20,7 @@ params:
2020
# readdepth: 5
2121
# PeakIdnt: "ALL" #MultiMap, Unique, all
2222
---
23-
23+
2424
<!-- # Load libraries, set theme -->
2525
```{r envirment, include=F ,echo=F,warning=F,message=FALSE}
2626
rm(list=setdiff(ls(), "params"))

0 commit comments

Comments
 (0)