Skip to content

Commit bbbe123

Browse files
committed
versioning to 0.3.1
1 parent d188d57 commit bbbe123

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
![](docs/images/deepStats_logo.png?raw=true "Title")
44

5-
**deepStats v0.3 is a statistical and dataviz toolbox for deeptools, genomic signals, and more (GOterms, etc).**
5+
**deepStats 0.3.1 is a statistical and dataviz toolbox for deeptools, genomic signals, and more (GOterms, etc).**
66

77
**This is currently a Work In Progress**
88

99
## Citation
1010

1111
If you use deepStats in your work, please cite this repository using the DOI from the following link:
12-
https://zenodo.org/badge/latestdoi/189997890
12+
https://doi.org/10.5281/zenodo.3336593
1313

1414
## Installation
1515

@@ -23,6 +23,8 @@ conda activate deepStats
2323

2424
- **As R Notebooks**
2525

26+
Currently, R notebooks are not up-to-date.
27+
2628
Install the following packages in your R environment:
2729
```
2830
install.packages('optparse',repos = "http://cran.us.r-project.org")
@@ -41,11 +43,12 @@ git clone https://github.com/gtrichard/deepStats
4143

4244
- **As Galaxy wrappers**
4345

44-
You can install deepStats in a Galaxy instance through the Tool Shed:
45-
https://toolshed.g2.bx.psu.edu/view/gtrichard/deepstats_dscomparecurves/cbeae0f83ff8
46+
You can install deepStats in a Galaxy instance through the `Galaxy Tool Shed <https://toolshed.g2.bx.psu.edu/repository/manage_repository?sort=name&operation=view_or_manage_repository&f-free-text-search=deepstats&id=4125c47ee1118a75>`_
4647

4748
## Tools
4849

50+
The tools complete description are available on the Wiki: https://github.com/gtrichard/deepStats/wiki
51+
4952
- **dsCompareCurves**
5053

5154
Compares the curves derived from multiple genomic signals and region sets by using bootstrapping and Wilcoxon rank-sum tests in order to identify significantly different loci (bins). It uses `deeptools reference-point computeMatrix --outFileNameMatrix matrix.txt` (can be `reference-point` or `scaled-region`) as an input file. `dsCompareCurves --help` will give you all required information to use the tool. For further documentation about deepTools and how to generate the input file, please refer to: https://deeptools.readthedocs.io/en/develop/content/tools/computeMatrix.html.

bin/dsCompareCurves

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ option_list = list(
104104
);
105105

106106
opt_parser = OptionParser( description= "
107-
This tool assesses if multiple genomics signals ( ChIP-seq, ATAC-seq... ) are significantly different or
107+
dsCompareCurves 0.3.1 assesses if multiple genomics signals ( ChIP-seq, ATAC-seq... ) are significantly different or
108108
not between conditions ( control, KO1, KO2, etc ). `dsCompareCurves` uses bootstraps and corrected
109109
Wilcoxon Rank-sum tests to do so. The input of this tool corresponds to the output of deepTools
110110
`computeMatrix --outFileNameMatrix`. If multiple region sets have been used in deepTools, one plot and

galaxy/wrapper/deepStats_macros.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<macros>
22
<token name="@THREADS@">--CPU "\${GALAXY_SLOTS:-4}"</token>
3-
<token name="@WRAPPER_VERSION@">1.0.0</token>
3+
<token name="@WRAPPER_VERSION@">1.1.0</token>
44
<token name="@REFERENCES@">https://github.com/gtrichard/deepStats</token>
55
<xml name="requirements">
66
<requirements>
7-
<requirement type="package" version="0.3">deepstats</requirement>
7+
<requirement type="package" version="0.3.1">deepstats</requirement>
88
</requirements>
99
</xml>
1010
<xml name="citations">

notebooks/compareCurves.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "deepStats - compareCurves"
2+
title: "deepStats - compareCurves 0.2"
33
output: html_notebook
44
---
55

6-
/!\ This Notebook is not yet updated /!\
6+
THIS NOTEBOOK IS NOT UP TO DATE YET
77

88
This tool assesses if multiple genomics signals ( ChIP-seq, ATAC-seq... ) are significantly different or
99
not between conditions ( control, KO1, KO2, etc ). DeepStats compareCurves uses bootstraps and corrected

0 commit comments

Comments
 (0)