Skip to content

Commit

Permalink
Small thing
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdavies committed Dec 24, 2021
1 parent 510cb26 commit 04a2ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/QUILT_hla_reference_panel_construction.Md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ ipdigmt_link=https://github.com/ANHIG/IMGTHLA/blob/3430/Alignments_Rel_3430.zip?
cd ${test_dir}
wget ${ipdigmt_link}
ipdigmt_filename_extra=`basename ${ipdigmt_link}`
ipdigmt_filename=`basename ${ipdigmt_link} | sed 's/?raw=true//g'`
mv Alignments_Rel_3430.zip?raw=true ${ipdigmt_filename}
mv ${ipdigmt_filename_extra} ${ipdigmt_filename}
```

Here we download the database of HLA alleles
Expand Down

0 comments on commit 04a2ac1

Please sign in to comment.