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 d33fbbe commit ea99530
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Firstly, download and install the required resources.
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".

You can check the packages and tools in this environment by:
Expand Down Expand Up @@ -111,7 +112,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 Expand Up @@ -142,6 +143,7 @@ picard CreateSequenceDictionary R={ref} O={ref.replace('.fa','.dict')
searchHPV -hpvFusion -fastq1 Sample_81279.R1.fastq.gz -fastq2 Sample_81279.R2.fastq.gz -humRef hs37d5.fa -virRef HPV.fa -output /home/scratch/HPV_fusion/Sample_81279 -gz
```
Note: if run it step-by-step, please make sure the output directories for all steps are the same.
## Output
Expand Down

0 comments on commit ea99530

Please sign in to comment.