You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing basic ChIP-seq pipeline, user should install following
38
+
packages / libraries in the system:
36
39
37
40
1) Bowtie2 (we have used version 2.3.3.1) http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
38
41
@@ -57,8 +60,22 @@ for example, is provided in this link: http://hgdownload.soe.ucsc.edu/admin/exe/
57
60
User should include the PATH of above mentioned libraries / packages inside their SYSTEM PATH variable.
58
61
Some of these PATHS are also to be mentioned in a separate configuration file (mentioned below).
59
62
60
-
Execution
61
-
------------
63
+
64
+
Required packages for executing IDR code
65
+
------------------------------------------
66
+
67
+
In addition, when user requires to execute the IDR code,
68
+
following packages / libraries are to be installed in the system:
69
+
70
+
1) sambamba (we have used version 0.6.7) http://lomereiter.github.io/sambamba/
71
+
72
+
2) The package IDRCode (available in https://drive.google.com/file/d/0B_ssVVyXv8ZSX3luT0xhV3ZQNWc/view?usp=sharing). Unzip the archieve and store in convenient location. Path of this
73
+
archieve is to be provided for executing IDR code.
74
+
75
+
76
+
77
+
Execution of basic ChIP-seq pipeline
78
+
------------------------------------
62
79
63
80
Current package includes a sample script file "pipeline_exec.sh". It conains sample commands required to
64
81
invoke the main executable named "pipeline.sh", which is provided within the folder "bin".
0 commit comments