lhqing / cemba_data

Mapping pipeline for snmC-seq based technologies.

Home Page:https://hq-1.gitbook.io/mc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

potential error in yap make-sample-sheet plateinfo_and_samplesheet.py

MichaelPeibo opened this issue · comments

ll = re.split(r' |,|\t', 'line')

I changed ll = re.split(r' |,|\t', 'line')
to ll = re.split(r' |,|\t', line)
and yap make-sample-sheet works

can confirm same error

also solution works well