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 cbea676 commit 681523f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,23 @@ Firstly, download and install the required resources.

3) Creat conda environment for SearcHPV:

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

This command will automatically set up all the third-party tools and packages required for SearcHPV and install latest version of SearcHPV. The name of the environment is "searcHPV".
This command will automatically set up all the third-party tools and packages required for SearcHPV and install latest version of SearcHPV. The name of the environment is "searcHPV".

You can check the packages and tools in this environment by:
You can check the packages and tools in this environment by:

```
conda list -n searcHPV
```


You can update the environment by:
```
You can update the environment by:
conda env update -f [your_path]/environment.yaml
```



Expand Down Expand Up @@ -141,7 +142,7 @@ picard CreateSequenceDictionary R={ref} O={ref.replace('.fa','.dict')
```
Note: if run it step-by-step, please make sure the output directories for all steps are the same.
Note: if run it step-by-step, please make sure the output directories for all steps are the same.
## Output
1. Alignment: the marked dupliaction alignment bam file and customized reference genome.\\
Expand Down

0 comments on commit 681523f

Please sign in to comment.