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
count_presence and count_abundance can be combined into a single function that summarizes the presence and abundance of the genes within a directory in a single pass.
Tasks
Write new function summarize_results_directory that combines count_presence and count_abundance. The quoted line above should look like: summarize_results_directory $input_dir > "shortdir.summary.tsv"
Affected files
mfpcount, in the line quoted at the top
count_presence and count_abundance will be replaced with the new summarize_directory
The text was updated successfully, but these errors were encountered:
MetaFunPrimer/src/mfpcount
Line 123 in 997c15e
count_presence
andcount_abundance
can be combined into a single function that summarizes the presence and abundance of the genes within a directory in a single pass.Tasks
summarize_results_directory
that combinescount_presence
andcount_abundance
. The quoted line above should look like:summarize_results_directory $input_dir > "shortdir.summary.tsv"
Affected files
mfpcount
, in the line quoted at the topcount_presence
andcount_abundance
will be replaced with the newsummarize_directory
The text was updated successfully, but these errors were encountered: