-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ tmpdata/* | |
.vscode | ||
*.bed | ||
*.tad | ||
*.bedpe | ||
*.bedpe | ||
*.sizes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
OnTAD repo: | ||
https://github.com/anlin00007/OnTAD | ||
|
||
Create Imput with: | ||
create_dense_matrix.py | ||
Create Input with: | ||
python create_dense_matrix.py testdata/G2.fc_1_2.wOldG2.cis.1000.mcool -b 50000 | ||
|
||
|
||
Use there docker: | ||
singularity run docker://anlin00007/ontad:v1.2 | ||
|
||
Run there tool with following parameters: | ||
|
||
OnTAD tmpdata/G2.fc_1_2.wOldG2.chr18.cis.matrix -penalty 0.1 -maxsz 200 -bedout 18 78077248 50000 -o OnTAD_cis_chr18 | ||
OnTAD tmpdata/G2.fc_1_2.wOldG2.chr18.cis.matrix -penalty 0.1 -maxsz 200 -bedout 18 78077248 50000 -o OnTAD_cis_chr18 |