LCR-BCCRC / lcr-modules

Collection of standard analytical pipelines for genomic and transcriptomic data
https://lcr-modules.rtfd.io
MIT License
15 stars 7 forks source link

Module/specshla/1.0 #280

Closed Jwong684 closed 10 months ago

Jwong684 commented 10 months ago

Pull Request Checklists

Created an lcr-module for spechla, which performs hla-typing at a rapid speed for mRNA, WES, and WGS (and long reads).

https://pubmed.ncbi.nlm.nih.gov/37714157/

Does not seem particularly useful for FFPE tissue.

Important: When opening a pull request, keep only the applicable checklist and delete all other sections.

Checklist for New Module

Required

If applicable

Checklist for Updated Module

Important! If you are updating the module version, ensure the previous version of the module is restored from master. If you want to restore a deleted file or directory from the remote master, you can use git checkout origin/master path/to/file, then a git commit will ensure that file is tracked on your branch again. Example:

mv modules/strelka/1.1 modules/strelka/1.2
git checkout origin/master modules/strelka/1.1