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