Skip to content

Commit

Permalink
upload benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
wshuai294 committed Aug 4, 2023
1 parent f624657 commit 5b77adf
Show file tree
Hide file tree
Showing 29 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Note:

- SpecHLA requires a License of [Novoalign](https://www.novocraft.com/buy-now/) in `bin/`. If not detected, it uses `bowtie2` as replacement automatically.
The License file of `Novoalign` should be put in the `bin/` folder `before` running `bash index.sh`.
- SpecHLA now supports Linux and Windows WSL.
- SpecHLA now supports Linux and Windows WSL systems.
- SpecHLA does not accept short single-end reads.


Expand All @@ -38,10 +38,10 @@ Please go to the `example/` folder, run SpecHLA with given scripts, and find res
### Main functions
| Scripts | Description |
| --- | --- |
|script/ExtractHLAread.sh| Extract HLA reads.|
|script/whole/SpecHLA.sh| HLA typing with paired-end (PE), PE+long-reads, PE+HiC, or PE+10X data. |
|script/ExtractHLAread.sh| Extract HLA reads from enrichment-free data.|
|script/whole/SpecHLA.sh| HLA typing with paired-end (PE), PE+long reads, PE+HiC, or PE+10X data. |
|script/long_read_typing.py|HLA typing with only long-read data.|
|script/cal.hla.copy.pl|Detect HLA LOH events based on SpecHLA's results.|
|script/cal.hla.copy.pl|Detect HLA LOH events based on SpecHLA's typing results.|


### Extract HLA-related reads
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added evaluation/Benchmark_results/HGSVC2_HIFI.xlsx
Binary file not shown.
Binary file added evaluation/Benchmark_results/HGSVC2_PEdata.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added evaluation/Benchmark_results/LOH_real_data.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 3 additions & 2 deletions evaluation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ The scripts to evaluate the typing results are in this folder.
|cal_resource.py | Calculate the computational resources |
|assess_read_assign.py| Evaluate the read-binning accuracy in simulated data |
|eva_type_accuracy.py| Calculate G-group typing accuracy in real samples |
|visualize_trio/*| Generate the data format for visulization of trio-consistency |
|compare.1k.pl |Compare typing results in 1000G samples|
|get_truth_HSVC2_g.py| Infer G group HLA types from HGSVC2 samples as ground truth|
|get_HLA_alleles_from_assembly.py| Extract HLA alleles from HGSVC2 samples as ground truth|
|download_hgsvc_assemly.py| Download phased assemblies of HGSVC2 samples as ground truth |
|convert.allele.pl | map the HLA types to the most recent IMGT version|
|convert.allele.pl | map the HLA types to the most recent IMGT version|
|visualize_trio/*| Generate the data format for visulization of trio-consistency |
|Benchmark_results/*| Benchmark data collection information and evaluation results |
4 changes: 3 additions & 1 deletion script/whole/SpecHLA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ samtools index $outdir/$sample.merge.bam


# ################################### local assembly and realignment #################################
echo start realignment...
echo "start realignment..."
echo ""
echo "Attention: Please ensure the platform can run gzip -l automatically, otherwise, it may not continue."
if [ $focus_exon_flag == 1 ];then #exon
assemble_region=$dir/select.region.exon.txt
else # full length
Expand Down

0 comments on commit 5b77adf

Please sign in to comment.