0
results
•
updated 11 months ago
by
Istvan Albert
• needs authorization
This recipe is a Makefile that executes the bwa
and bbmap
aligners.
Usage:
make genome
Download reads:
make reads
Run bwa:
make bwa
Run bbmap:
make bbmap
Or run everything at once:
make genome reads bwa