You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the documentation describes, SourceApp produces a dataframe of prokaryotic population fractions (if --use-geq was flagged) or relative abundances for each source in the database used. It would be helpful for users to have more than just this dataframe to assist with exploring their data.
Does it make sense to create a utility to summarize these extra outputs or include them in the main pipeline? If we include extra util(s), we need to output an object that captures the underlying data -- maybe just the CoverM output from step 4?
The text was updated successfully, but these errors were encountered:
As the documentation describes, SourceApp produces a dataframe of prokaryotic population fractions (if
--use-geq
was flagged) or relative abundances for each source in the database used. It would be helpful for users to have more than just this dataframe to assist with exploring their data.Does it make sense to create a utility to summarize these extra outputs or include them in the main pipeline? If we include extra util(s), we need to output an object that captures the underlying data -- maybe just the
CoverM
output from step 4?The text was updated successfully, but these errors were encountered: