From 5902e1114e62d290d48d1956b4f5d8499c7f64f7 Mon Sep 17 00:00:00 2001 From: genomewalker Date: Sun, 26 Nov 2023 16:14:26 +0000 Subject: [PATCH] Minor --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d616969..a54572e 100644 --- a/README.md +++ b/README.md @@ -348,8 +348,8 @@ One would run filterBAM `lca` as follows: filterBAM lca --bam c55d4e2df1.dedup.filtered.bam --names ./taxonomy/names.dmp --nodes ./taxonomy/nodes.dmp --acc2taxid ./taxonomy/acc2taxid.map.gz --threads 10 --lca-rank genus ``` -**--names**: Names dmp file from taxonomy -**--nodes**: Nodes dmp file from taxonomy -**--acc2taxid**: acc2taxid file from taxonomy -**--rank-lca**: Rank to use for LCA calculation -**--scale**: Scale taxonomic abundance by this factor; suffix K/M recognized +**--names**: Names dmp file from taxonomy +**--nodes**: Nodes dmp file from taxonomy +**--acc2taxid**: acc2taxid file from taxonomy +**--rank-lca**: Rank to use for LCA calculation +**--scale**: Scale taxonomic abundance by this factor; suffix K/M recognized \ No newline at end of file