Skip to content

Commit 4fefe6f

Browse files
authored
Create README.md
1 parent 7c17454 commit 4fefe6f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)