Skip to content

2.5.0

Latest
Compare
Choose a tag to compare
@arkal arkal released this 15 Jun 19:30
· 52 commits to master since this release

ProTECT 2.5.0 is here with some great features (and a docker too)!

Major new features include:

  1. ProTECT can now start from checkpoints. Alignments are a thing of the past. ProTECT can now be run in the following ways -- a) fastqs trios, b) any combinations bam and fastq trios + haplotype (if at least one input is a bam), c) vcf + rna (bam or fastq) + haplotypes
  2. ProTECT now provides rudimentary support for peptides originating from fusion-gene events. Fusions will only be called from input RNA fastqs.
  3. ProTECT now implements an updated version of Transgene that optionally alllows the user to filter mutations for OxoG events.
  4. ProTECT now allows users to pull files directly from the NCBI GDC, using the file UUID and a valid download token.
  5. ProTECT allows users to only process a subset of "chromosomes" in the bam (This is useful if you want to drop the viral genomes in the GRCh338.d1.vd1 reference used by the GDC.
  6. ProTECT now has 2 additional reporting modules, describing the status of published immunotherapy-related gene networks in the sample, and the expression of CAR-T targets used in relevant clinical trials that are currently recruiting new patients.
  7. ProTECT now allows users to specify an email to receive completion updates per sample in a run.

Minor changes include:

  1. Fixed a small bug in processing MHCII peptide binding predictions using the sturniolo method.
  2. Bumped rankboost to 2.0.3 to handle edge cases where normal peptides weren't being handled correctly.
  3. Bams in the filestore are now deleted in a better fashion to reduce pressure on the file store.
  4. STAR is now sorted with samtools, fixing the --limitBAMsortRAM issue.
  5. Fixed a small issue with Transgene requesting teh wrong requirements.
  6. Updated resource requirements to increase efficiency.