Open tjbencomo opened 4 years ago
Right now the pipeline requires sample type be specified as normal or tumor - the upper case versions cause an error. Call tolower() on the units data frame in common.smk to prevent this from mattering
normal
tumor
tolower()
units
common.smk
Right now the pipeline requires sample type be specified as
normal
ortumor
- the upper case versions cause an error. Calltolower()
on theunits
data frame incommon.smk
to prevent this from mattering