Skip to content

Commit

Permalink
Merge branch 'master' into 'public'
Browse files Browse the repository at this point in the history
merge master into public

See merge request icbi-lab/pipelines/rnaseq-nf!40
  • Loading branch information
riederd committed Aug 3, 2022
2 parents dbba4df + 09d2f0c commit 8ac296d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/parse_mixMHC2pred.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def parse_vcf(vep_vcf, sample_name, normal_name):
enst = CSQ[6]
variant = CSQ[14] + CSQ[15]

gene_symbol = gene_symbol if gene_symbol else ensg

vcf_record = {
"chrom": chrom,
"pos": pos,
Expand All @@ -94,6 +96,7 @@ def parse_vcf(vep_vcf, sample_name, normal_name):
"variant": variant,
}


if "frameshift_variant" in variant_type.split("&"):
key = gene_symbol + "_" + enst + "_" + CSQ[14] + ref + "/" + alt
else:
Expand Down
2 changes: 2 additions & 0 deletions nextNEOpi.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5433,13 +5433,15 @@ if(!iedb_chck_file.exists() || iedb_chck_file.isEmpty()) {
"""
CWD=`pwd`
cd /opt/iedb/
rm -f $mhci_file
wget $iedb_MHCI_url
tar -xzvf $mhci_file
cd mhc_i
bash -c "./configure"
cd /opt/iedb/
rm -f $mhci_file
rm -f $mhcii_file
wget $iedb_MHCII_url
tar -xzvf $mhcii_file
cd mhc_ii
Expand Down

0 comments on commit 8ac296d

Please sign in to comment.