Spell error in running from bowtie index

Human 3.9 from pipy

Ii run from the chocophlan of another sample and get the error.

I guess there is somewhere an error with the double rev.rev !!

Could not open index file …/test_humann_temp/test_bowtie2_index.rev.rev.1.bt2l

1 Like

This is the first I’ve heard of this error, so I don’t think it’s an issue in the normal HUMAnN workflow. What command were you executing when this happened?

I followed the tutorial to create one chocophlan db for the whole cohort.

  1. I run human on one sample test
  2. I used the chocophlan db of the test sample for the other runs with

--bypass-nucleotide-index --nucleotide-database test/test_humann_temp

Where the test/test_humann_temp is the output folder of the test run.
Apparently human did not find the correct bowtie db.

If I specify more explicitly:

--bypass-nucleotide-index --nucleotide-database test/test_humann_temp/test_bowtie2_index

It works.

Glad you figured it out!

I think there is still an error in the code that would be worth fixing.