Teaser icon indicating copy to clipboard operation
Teaser copied to clipboard

A tool to benchmark mappers and different parameters within minutes

Results 4 Teaser issues
Sort by recently updated
recently updated
newest added

On Ubuntu 20.04 The docker build fails with this message: ``` > docker build -t teaser_git . && docker run -v $(pwd):/teaser -it teaser_git "/usr/bin/teaser_shell.sh" Sending build context to Docker...

Can Teaser be used to bench-marking RNA aligners?

I am having issues like self.config["cache_directory"] = os.path.abspath(self.config["cache_directory"]) KeyError: 'cache_directory' and abs_test_dirs = [os.path.abspath(dir) for dir in self.config["test_directories"]] KeyError: 'test_directories' I looked at the code and I don't understand how...

It looks like the version of ngm packaged with Teaser suffers from this issue: Cibiv/NextGenMap#10 I was able to resolve the issue by configuring Teaser to use the ngm binary...