@@ -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.1
15+ ## Installing release 1.4.2
1616
1717The documentation for DNMTools can be found
1818[ here] ( https://dnmtools.readthedocs.io ) . But if you want to install
@@ -41,14 +41,14 @@ repo, it is easiest if all dependencies are available through conda.
4141
4242### Configuration
4343
44- * Download [ dnmtools-1.4.1 .tar.gz] ( https://github.com/smithlabcode/dnmtools/releases/download/v1.4.1 /dnmtools-1.4.1 .tar.gz ) .
44+ * Download [ dnmtools-1.4.2 .tar.gz] ( https://github.com/smithlabcode/dnmtools/releases/download/v1.4.2 /dnmtools-1.4.2 .tar.gz ) .
4545* Unpack the archive:
4646``` console
47- tar -zxvf dnmtools-1.4.1 .tar.gz
47+ tar -zxvf dnmtools-1.4.2 .tar.gz
4848```
4949* Move into the dnmtools directory and create a build directory:
5050``` console
51- cd dnmtools-1.4.1 && mkdir build && cd build
51+ cd dnmtools-1.4.2 && mkdir build && cd build
5252```
5353* Run the configuration script:
5454``` console
@@ -137,7 +137,7 @@ docker tag ghcr.io/smithlabcode/dnmtools:latest dnmtools:latest
137137
138138You can also install the image for a particular vertion by running
139139``` console
140- docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.1 )
140+ docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.2 )
141141```
142142Not all versions have corresponding images; you can find available images
143143[ here] ( https://github.com/smithlabcode/dnmtools/pkgs/container/dnmtools ) .
0 commit comments