Skip to content

Commit

Permalink
Update interpreting_module_outputs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jolespin committed Feb 22, 2024
1 parent 49ae458 commit e245116
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions walkthroughs/docs/interpreting_module_outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ ___________________________________________________________________
The main function of this module is classify viral genomes using `geNomad`. You can use either genomes recovered using `VEBA` or acquired elsewhere (e.g., NCBI, JGI, another tool).

* **Taxonomy:**

* `taxonomy.tsv` - Viral genome classification based on `geNomad`
* `taxonomy.clusters.tsv` - Viral cluster classification (If `--clusters` are provided)

Expand Down Expand Up @@ -334,7 +335,7 @@ The main function of this module is map reads to `Bowtie2` index created by `ind
To merge these counts tables together, run the following command from this [walkthrough](read_mapping_and_counts_tables.md):

```bash
# Merge contig-level counts (excu
# Merge contig-level counts
merge_contig_mapping.py -m ${MAPPING_DIRECTORY} -c ${MAGS_TO_SLCS} -i ${SCAFFOLDS_TO_MAGS} -o ${OUT_DIR}

# Merge ORF-level counts
Expand All @@ -360,7 +361,6 @@ The main function of this module is estimate taxonomic abundances of a custom ge
```bash
merge_generalized_mapping.py -o veba_output/profiling/taxonomy/merged.taxonomic_abundance.tsv.gz veba_output/profiling/taxonomy/*/output/taxonomic_abundance.tsv.gz


merge_generalized_mapping.py -o veba_output/profiling/taxonomy/merged.taxonomic_abundance.clusters.tsv.gz veba_output/profiling/taxonomy/*/output/taxonomic_abundance.clusters.tsv.gz
```

Expand Down Expand Up @@ -439,7 +439,7 @@ The main function of this module is run `antiSMASH`, reformat the results (tabul

* **Visualization:**

* krona.html - HTML showing Krona plot for number of BGCs per protocluster-type.
* `krona.html` - HTML showing Krona plot for number of BGCs per protocluster-type.

* **Prevalence tables:**

Expand Down

0 comments on commit e245116

Please sign in to comment.