TRON-Bioinformatics / seq2HLA

In-silico method written in Python and R to determine HLA genotypes of a sample. seq2HLA takes standard RNA-Seq sequence reads in fastq format as input, uses a bowtie index comprising all HLA alleles and outputs the most likely HLA class I and class II genotypes (in 4 digit resolution), a p-value for each call, and the expression of each class.
MIT License
46 stars 7 forks source link

Create a Release for version 2.3 #12

Open jj-umn opened 1 year ago

jj-umn commented 1 year ago

I'd like to update the bioconda recipe for seq2hla for version 2.3.
https://github.com/bioconda/bioconda-recipes/tree/master/recipes/seq2hla

Bioconda recommends downloading from a release. https://bioconda.github.io/contributor/guidelines.html#stable-urls

jj-umn commented 1 year ago

Added bioconda recipe pull request: https://github.com/bioconda/bioconda-recipes/pull/39479