From d8de327224861d698667dec62785c4da7056d7a4 Mon Sep 17 00:00:00 2001 From: Jonathan Oribello Date: Tue, 29 Nov 2022 17:12:16 -0800 Subject: [PATCH] docs: update version to 1.1.9 --- dp_tools/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dp_tools/__init__.py b/dp_tools/__init__.py index b804ef1..440fd39 100644 --- a/dp_tools/__init__.py +++ b/dp_tools/__init__.py @@ -28,7 +28,7 @@ #### Using pip -> pip install git+https://github.com/J-81/dp_tools.git@1.1.8 +> pip install git+https://github.com/J-81/dp_tools.git@1.1.9 ## CLI Commands @@ -74,7 +74,7 @@ ``` bash # First two lines tell Singularity to run the dp_tools container in the current working directory singularity exec --bind $(pwd):$(pwd) \\ - docker://quay.io/j_81/dp_tools:1.1.8 \\ + docker://quay.io/j_81/dp_tools:1.1.9 \\ dpt-get-isa-archive --accession GLDS-168 # command we want to run ``` @@ -82,7 +82,7 @@ ``` bash # First two lines tell Singularity to run the dp_tools container in the current working directory singularity exec --bind $(pwd):$(pwd) \\ - docker://quay.io/j_81/dp_tools:1.1.8 \\ + docker://quay.io/j_81/dp_tools:1.1.9 \\ dpt-isa-to-runsheet --accession GLDS-168 \\ --config-type bulkRNASeq \\ --config-version Latest \\ @@ -90,4 +90,4 @@ ``` """ -__version__ = "1.1.8" +__version__ = "1.1.9"