Skip to content

Releases: matsengrp/phip-flow

V1.14

06 Nov 22:12
a7392b2
Compare
Choose a tag to compare

What's Changed

  • updates phippery version in Dockerfile where public image is generated from, in order to patch this phippery bug
  • added dockerfile, updated config to point to new container by @jgallowa07 in #79

New Contributors

Full Changelog: V1.13...V1.14

Add outputs to the aggregate organisms module

15 Jul 19:54
14a43fc
Compare
Choose a tag to compare

What's Changed

  • Add outputs to the aggregate organisms module by @sminot in #75

Full Changelog: V1.12...V1.13

Patch Virscan Workflow

08 Nov 14:15
Compare
Choose a tag to compare

This version patches two things in the Virscan workflow as brought up in issue #68. The changes can be summarized by those in #69.

Change defaults and gzip output csvs

23 Jun 20:09
Compare
Choose a tag to compare

Make output of wide csv's the default, and gzip them.

Update phippery container version

23 Jun 19:19
Compare
Choose a tag to compare

Small release which simply updates the version of phippery in the config to 1.2.0

Added BEER workflows

23 Jun 18:16
46e9dec
Compare
Choose a tag to compare

This version adds

It also updates the test files to include a smaller test set for BEER.

Add results columns for max_ebs_hits and mean_ebs_hits

17 Feb 00:24
0f5e0be
Compare
Choose a tag to compare

In the output file aggregated_data/organism.summary.csv.gz, add columns:

  • max_ebs_hits
  • mean_ebs_hits

Those metrics will report the values for just the subset of organisms which satisfy the threshold for a hit (excluding discordant results).

V1.07 - Explicitly define variable types for peptide / organism outputs

09 Feb 19:12
cf85e52
Compare
Choose a tag to compare

Bugfix: Ensure that 'hit' column from the peptide EBS table is interpreted as a string for all datasets.

V1.06

02 Nov 18:36
3406fc2
Compare
Choose a tag to compare

Bugfix - percent_peptides_between_10_and_100 was not being calculated correctly in the sample annotation table.

V1.05

31 Oct 19:25
87b0ed3
Compare
Choose a tag to compare

Update the behavior of aggregate_by_organisms to filter overlapping peptides by exact sequence matching.

Users no longer need to specify a gene name and position when aggregating results by organism.