jon-xu / scSplit

Genotype-free demultiplexing of pooled single-cell RNA-Seq, using a hidden state model for identifying genetically distinct samples within a mixed population.
MIT License
39 stars 9 forks source link

TypeError: can only concatenate str (not "int") to str` #2

Closed Griffan closed 5 years ago

Griffan commented 5 years ago

Traceback (most recent call last): File "../main.py", line 359, in <module> main() File "../main.py", line 296, in main num = args.num + 1 # additional doublet state TypeError: can only concatenate str (not "int") to str

I am using python 3, previous steps finished smoothly, could you help check this error?

jon-xu commented 5 years ago

Sorry saw this late, it has been fixed in the newest update.

jon-xu commented 5 years ago

@Griffan please let me know should you still have this issue.

Griffan commented 5 years ago

yes, it is resolved.

jon-xu commented 5 years ago

Thanks!