Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using combined singlem pipe output #77

Open
slambrechts opened this issue Mar 21, 2021 · 1 comment
Open

using combined singlem pipe output #77

slambrechts opened this issue Mar 21, 2021 · 1 comment

Comments

@slambrechts
Copy link

Hi,

I read that several OTU tables can be combined into one, but that this is not necessary if the combined output is to be input again into summarise. My question is whether I can? Can I use a combined otu table as input when for example using singlem summarise --rarefied_output_otu_table, or should I rather specify all the original otu tables? And in the latter case, can I use an asterisk? Like for example:

singlem summarise --input_otu_tables *.csv --output_otu_table combined.otu_table.csv

singlem summarise --input_otu_tables combined.otu_table.csv --rarefied_output_otu_table rarefied.combined.otu_table.csv

singlem summarise --input_otu_tables rarefied.combined.otu_table.csv --biom_prefix myprefix

Best,
Sam

@wwood
Copy link
Owner

wwood commented Mar 22, 2021

Hi,

Either should work fine. BTW, the * is intepreted by bash, not singlem. SingleM just sees a list of strings in its sys.argv.

I'll leave this issue open until the doco improves.
Thanks, ben

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants