We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c17454 commit 4fefe6fCopy full SHA for 4fefe6f
README.md
@@ -0,0 +1,21 @@
1
+# release-tool
2
+The tool is used to generate mirna release datasets
3
+
4
+ # install pipsi
5
+ curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python
6
7
+ # clone this tool
8
+ git clone [email protected]:lindaxiang/release-tool.git
9
10
+ # clone the annotations
11
+ git clone [email protected]:ICGC-TCGA-PanCancer/pcawg-operations.git
12
13
+ # install this tool
14
+ cd release-tool
15
+ pipsi install --editable .
16
17
+ # run the tool
18
+ release_tool build
19
20
+ # output data is under
21
+ examples/mirna_release/output
0 commit comments