2. Command line tools
- 2.1. illumina.py - for raw Illumina outputs
- 2.1.1. subcommands
- 2.1.2. Sub-commands
- 2.2. read_utils.py - utilities that manipulate bam and fastq files
- 2.2.1. subcommands
- 2.2.2. Sub-commands
- 2.2.2.1. index_fasta_samtools
- 2.2.2.2. index_fasta_picard
- 2.2.2.3. mkdup_picard
- 2.2.2.4. revert_bam_picard
- 2.2.2.5. picard
- 2.2.2.6. sort_bam
- 2.2.2.7. downsample_bams
- 2.2.2.8. merge_bams
- 2.2.2.9. filter_bam
- 2.2.2.10. fastq_to_bam
- 2.2.2.11. join_paired_fastq
- 2.2.2.12. split_bam
- 2.2.2.13. reheader_bam
- 2.2.2.14. reheader_bams
- 2.2.2.15. rmdup_cdhit_bam
- 2.2.2.16. rmdup_mvicuna_bam
- 2.2.2.17. rmdup_bbnorm_bam
- 2.2.2.18. rmdup_prinseq_fastq
- 2.2.2.19. filter_bam_mapped_only
- 2.2.2.20. novoalign
- 2.2.2.21. novoindex
- 2.2.2.22. align_and_fix
- 2.2.2.23. minimap2_idxstats
- 2.2.2.24. bwamem_idxstats
- 2.2.2.25. extract_tarball
- 2.2.2.26. read_names
- 2.2.2.27. trim_rmdup_subsamp
- 2.3. assembly.py - viral sequence assembly from NGS reads
- 2.3.1. subcommands
- 2.3.2. Sub-commands
- 2.3.2.1. assemble_spades
- 2.3.2.2. gapfill_gap2seq
- 2.3.2.3. cluster_references_ani
- 2.3.2.4. skani_contigs_to_refs
- 2.3.2.5. order_and_orient
- 2.3.2.6. impute_from_reference
- 2.3.2.7. refine_assembly
- 2.3.2.8. filter_short_seqs
- 2.3.2.9. modify_contig
- 2.3.2.10. vcf_to_fasta
- 2.3.2.11. trim_fasta
- 2.3.2.12. deambig_fasta
- 2.3.2.13. alignment_summary
- 2.3.2.14. simulate_illumina_reads
- 2.4. taxon_filter.py - filter reads by taxonomic membership
- 2.5. metagenomics.py - utilities for metagenomic analyses
- 2.5.1. subcommands
- 2.5.2. Sub-commands
- 2.5.2.1. subset_taxonomy
- 2.5.2.2. filter_taxids_to_focal_hits
- 2.5.2.3. kraken2
- 2.5.2.4. kb
- 2.5.2.5. kma
- 2.5.2.6. kma_build
- 2.5.2.7. krona
- 2.5.2.8. report_merge
- 2.5.2.9. filter_bam_to_taxa
- 2.5.2.10. taxlevel_summary
- 2.5.2.11. taxlevel_plurality
- 2.5.2.12. kb_extract
- 2.5.2.13. kb_top_taxa
- 2.5.2.14. kb_merge_h5ads
- 2.5.2.15. krona_build
- 2.5.2.16. kraken2_build
- 2.5.2.17. kb_build
- 2.6. kmer_utils.py - commands for working with sets of kmers
- 2.7. interhost.py - SNP calling, multi-alignment, and phylogenetics
- 2.8. intrahost.py - intrahost variant calling and annotation
- 2.9. ncbi.py - NCBI Genbank and SRA utilities
- 2.10. reports.py - produce various metrics and reports
- 2.11. file_utils.py - utilities to perform various file manipulations
- 2.12. broad_utils.py - for data generated at the Broad Institute