NCI-CGR / GEMSCAN

Joint variant calling with GATK4 HaplotypeCaller, Google DeepVariant 1.0.0 and Strelka2, coordinated via Snakemake.
https://nci-cgr.github.io/GEMSCAN/
MIT License
7 stars 8 forks source link

force samples.txt columns to be str #32

Closed shukwong closed 2 years ago

shukwong commented 2 years ago

Forcing dtype = str in: def read_samplesFile(samplesFile): samplesTable = pd.read_table(samplesFile, sep="\t", header='infer', dtype=str)
return(samplesTable)

This fixes https://github.com/NCI-CGR/GEMSCAN/issues/31