@@ -12,7 +12,7 @@ sequencing (RRBS). These tools focus on overcoming the computing
1212challenges imposed by the scale of genome-wide DNA methylation data,
1313which is usually the early parts of data analysis.
1414
15- ## Installing release 1.4.3
15+ ## Installing release 1.4.4
1616
1717The documentation for DNMTools can be found
1818[ here] ( https://dnmtools.readthedocs.io ) . But if you want to install
@@ -42,14 +42,14 @@ repo, it is easiest if all dependencies are available through conda.
4242
4343### Configuration
4444
45- * Download [ dnmtools-1.4.3 .tar.gz] ( https://github.com/smithlabcode/dnmtools/releases/download/v1.4.3 /dnmtools-1.4.3 .tar.gz ) .
45+ * Download [ dnmtools-1.4.4 .tar.gz] ( https://github.com/smithlabcode/dnmtools/releases/download/v1.4.4 /dnmtools-1.4.4 .tar.gz ) .
4646* Unpack the archive:
4747``` console
48- tar -zxvf dnmtools-1.4.3 .tar.gz
48+ tar -zxvf dnmtools-1.4.4 .tar.gz
4949```
5050* Move into the dnmtools directory and create a build directory:
5151``` console
52- cd dnmtools-1.4.3 && mkdir build && cd build
52+ cd dnmtools-1.4.4 && mkdir build && cd build
5353```
5454* Run the configuration script:
5555``` console
@@ -139,7 +139,7 @@ docker tag ghcr.io/smithlabcode/dnmtools:latest dnmtools:latest
139139
140140You can also install the image for a particular vertion by running
141141``` console
142- docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.3 )
142+ docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.4 )
143143```
144144Not all versions have corresponding images; you can find available images
145145[ here] ( https://github.com/smithlabcode/dnmtools/pkgs/container/dnmtools ) .
0 commit comments