Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BioOmics authored May 21, 2024
1 parent a5291a3 commit af66589
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ iseq --version
> [!IMPORTANT]
> Using **Ubuntu on Windows**, installing `Wget` through `conda` may lead to "unable to resolve host address", which in turn may prevent `iSeq` from fetching data. You can don't install `wget` by `conda`. Or, this issue also can be resolved by following command:
> ```bash
> conda activate iseq
> # Map the system's built-in wget to the conda environment, ensuring that wget is properly installed.
> ln -sf /usr/bin/wget $(which wget)
> # Including the 'srapath'. you can install SRA Toolkit and then change the path below to your own.
> ln -sf ~/YourPathway/sratoolkit/bin/srapath $(which srapath)
## Here is a tutorial on how to install dependencies from source
Expand Down

0 comments on commit af66589

Please sign in to comment.