Skip to content

Commit

Permalink
docs: update version to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
J-81 authored Nov 30, 2022
1 parent d7cd5f0 commit d8de327
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dp_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#### Using pip
> pip install git+https://github.com/J-81/[email protected].8
> pip install git+https://github.com/J-81/[email protected].9
## CLI Commands
Expand Down Expand Up @@ -74,20 +74,20 @@
``` 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
```
#### Convert ISA Archive into bulkRNASeq Runsheet
``` 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 \\
--isa-archive GLDS-168_metadata_GLDS-168-ISA.zip # command we want to run
```
"""
__version__ = "1.1.8"
__version__ = "1.1.9"

0 comments on commit d8de327

Please sign in to comment.