Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjinGudaisy committed Feb 1, 2022
1 parent 64394b5 commit d33fbbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ An HPV integration point detection tool for targeted capture sequencing data

2. Download and install
Firstly, download and install the required resources.

1) Download Anaconda >=4.11.0: https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html#install-linux-silent

2) Download the "environment.yaml" file under this repository

3) Creat conda environment for SearcHPV:

```
conda env create -f [your_path]/environment.yaml

Expand Down Expand Up @@ -109,6 +111,7 @@ picard CreateSequenceDictionary R={ref} O={ref.replace('.fa','.dict')
4. Examples:

1) Run it start-to-finish and submit a SBATCH job:

```
#!/bin/bash
#SBATCH --job-name=searcHPV
Expand Down

0 comments on commit d33fbbe

Please sign in to comment.