========= bowtie.py ========= .. code-block:: bash usage: bowtie.py Align provided reads to metagenome `assembly` and write alignments to `sam`.NOTE: At least one reads file is required. positional arguments: assembly database . Will construct database at provided path if not found. sam optional arguments: -h, --help show this help message and exit -1 [FWD_READS ...], --fwd-reads [FWD_READS ...] -2 [REV_READS ...], --rev-reads [REV_READS ...] -U [SE_READS ...], --se-reads [SE_READS ...] --cpus CPUS Num processors to use.