# Speed up humann3

**URL:** https://forum.biobakery.org/t/speed-up-humann3/640
**Category:** Data resource
**Created:** [June 26, 2020, 6:12pm UTC](https://forum.biobakery.org/t/speed-up-humann3/640 "2020-06-26T18:12:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Robin\_Mjelle](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.biobakery.org/robin_mjelle/32/258_2.png) [@Robin\_Mjelle](https://forum.biobakery.org/u/Robin_Mjelle)
#### Post date: [June 26, 2020, 6:12pm UTC](https://forum.biobakery.org/t/speed-up-humann3/640/1 "2020-06-26T18:12:49Z")

</div>

I am running a 77G input file into humann. It takes about a day to complete the analysis. Is there a way to speed up the process? I am only interested in identifying species og genera.  
This is my command:

humann --threads 20 --protein-database uniref/uniref/ --input $FILE.fastq --output $FILE

---

<div class="post-metadata">

### Author: ![franzosa](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.biobakery.org/franzosa/32/3511_2.png) [@franzosa](https://forum.biobakery.org/u/franzosa)
#### Post date: [June 26, 2020, 7:08pm UTC](https://forum.biobakery.org/t/speed-up-humann3/640/2 "2020-06-26T19:08:42Z")

</div>

If you are not interested in unclassified results from translated search you can add `--bypass-translated-search` to your command. This will probably speed up the process by at least 10x.
