when I run the following code in R
bins_ms = Kronos.scRT::binning(
RefGenome = './mm10.fa',
bowtie2_index = './mm10',
directory_to_bamfiles = './test',
cores = 2,read_size=150,paired_ends=T
)
I get the following error:
task 1 failed - "string must be a vector, not a object."
when I run the following code in R bins_ms = Kronos.scRT::binning( RefGenome = './mm10.fa', bowtie2_index = './mm10', directory_to_bamfiles = './test', cores = 2,read_size=150,paired_ends=T )
I get the following error: task 1 failed - " object."
string
must be a vector, not acan you help me ?