From dc23e88c3d59c4f656d6412a9c1e85f38a0a4e8c Mon Sep 17 00:00:00 2001 From: Daniel Danis Date: Wed, 12 Apr 2023 12:56:33 -0400 Subject: [PATCH] Add `2304` data version. Signed-off-by: Daniel Danis --- docs/downloads.rst | 3 ++- docs/setup.rst | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/downloads.rst b/docs/downloads.rst index 160f7271..2d3538e1 100644 --- a/docs/downloads.rst +++ b/docs/downloads.rst @@ -10,13 +10,14 @@ SvAnna database files are available for download from the following locations: Version Genome build URL Size ========= ============== ============================================================ ============================================= 2204 hg38/GRCh38 https://storage.googleapis.com/svanna/2204_hg38.svanna.zip ~627 MB for download, ~2.3 GB unpacked + 2304 hg38/GRCh38 https://storage.googleapis.com/svanna/2304_hg38.svanna.zip ~674 MB for download, ~2.6 GB unpacked ========= ============== ============================================================ ============================================= Use ``curl`` or ``wget`` utilities to download the files from command line:: $ wget https://storage.googleapis.com/svanna/2204_hg38.svanna.zip or - $ curl --output 2204_hg38.svanna.zip https://storage.googleapis.com/svanna/2204_hg38.svanna.zip + $ curl --output 2304_hg38.svanna.zip https://storage.googleapis.com/svanna/2304_hg38.svanna.zip Alternatively, use a GUI FTP client such as `FileZilla `_. diff --git a/docs/setup.rst b/docs/setup.rst index 6276fe26..93d3af45 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -37,8 +37,6 @@ After the download, unzip the archive and put SvAnna database files into a folde .. note:: From now on, we will use ``svanna-data`` instead of spelling out the full path to SvAnna database files. -.. tip:: - Keeping the files on a fast hard drive improves the runtime performance. Build SvAnna from source