SciLifeLab / facs

Fast and Accurate Classification of Sequences using Bloom filters
http://facs.scilifelab.se/
Other
16 stars 9 forks source link

Bowtie2 index shouldn't be hardcoded #121

Closed guillermo-carrasco closed 10 years ago

guillermo-carrasco commented 10 years ago

Right now, bowtie2 indexes are hardcoded so that the tests can run in UPPMAX:

https://github.com/SciLifeLab/facs/blob/master/tests/test_fastqscreen.py#L51

Instead of doing this, a better approach would be to: