matsengrp / phip-flow

A Nextflow pipeline to align, merge, and organize large PhIP-Seq datasets
MIT License
10 stars 6 forks source link

Explicitly set variable types #54

Closed sminot closed 1 year ago

sminot commented 1 year ago

This PR addresses a bug observed by Ryan Basom where the hit column of the peptide results table will contain the values:

After digging in, I realized that this was caused by pandas reading in columns containing only TRUE/FALSE as bools, while columns with TRUE/FALSE/DISCORDANT were being read as strings.