Closed blahah closed 10 years ago
Hi @Blahah: The problem is that you need to give it an output directory (where it should put the index). Can you try:
./salmon index --transcripts opti.final.fa -i salmonIndex
or some such and see if that works?
Thanks! Rob
P.S. I realize that boost::bad_any_cast is not an appropriate error message --- I'll go fix that in the source now ;P.
d'oh
No worries. I just discovered the "required()" function call in Boost's program options. I'll start putting these where they are needed to provide more reasonable error messages!
I get the following error when running
./salmon index transcripts.fa
with the binary provided in the download from the v1.0.1 release:I'll build locally and see if the issue persists.