Open mfrancesconi81 opened 6 years ago
It seems like there's some parsing error. Could you focus on using g2gtools
, alntools
, and then emase-zero
for now so we can check if your initial steps are fine? I will test kallisto-align
myself when I have a chance.
Hi KB,
I tried getting sparse matrix files using kallisto-align. I run kallisto index using the kallisto distributed with kallisto-align with no problems then I run kallisto-align like this
kallisto-align -f ${FASTQ_DIR}'A6M-2_21583_TAGCTT.fastq.gz' -i ${EMASE_DIR}'emase.pooled.targets.kallisto.index' -b ${EMASE_DIR}'A6M-2_21583_TAGCTT.bin'
and I got the following error
terminate called after throwing an instance of 'std::regex_error' what(): regex_error Aborted (core dumped)
Any clue?
Thanks,
Mirko