geraldinepascal / FROGS

FROGS is a galaxy/CLI workflow designed to produce an OTUs count matrix from high depth sequencing amplicon data.
GNU General Public License v3.0
24 stars 22 forks source link

Question: itsx.py --input-count #41

Closed Toliman06 closed 5 years ago

Toliman06 commented 5 years ago

Hi,

In the itsx.py file, there is a "--input-count" input argument.

When I check the code, the argument is never used... What this argument is used for?

mariabernard commented 5 years ago

Hi,

you are right.

Initially we wanted to use itsx.py after any other step (preprocessing, clustering, ....), so we need to take into account abundances in .count format and in .biom format.

But ITSx is time consuming, so we strongly recommend impose to use it after filters.py (at least after clustering.py). It seems that we forgot to remove the --input-count option, but in fact it is not used.

Thanks for the comment