tzcoolman / FACS-OLD

0 stars 2 forks source link

Makefile, tests, includes, etc.. #28

Closed brainstorm closed 11 years ago

brainstorm commented 11 years ago

It would probably require going through this blog post since it'll run the tests via python:

http://blogs.nopcode.org/brainstorm/2011/06/23/how-to-install-python-modules-with-virtualenv-on-uppmax/

But it would greatly simplify tests reproducibility, currently we're replicating efforts unnecessarily when it comes to testing.

If you need some help setting the python virtual environment, please, let me know!

@tzcoolman @arvestad @henrikstranneheim

brainstorm commented 11 years ago

I also removed the two .fq files since those are already covered in the testsuite itself, no need to replicate data. If you want to add custom .fq files you can use tests/data/custom folder for that. In any case, please, do not commit FastQ files if they can be downloaded/generated.