Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion anvio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8
# pylint: disable=line-too-long

"""Lots of under-the-rug, operational garbage in here. Run. Run away."""
Expand Down
1 change: 0 additions & 1 deletion anvio/agglomeration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import gc
import os
Expand Down
1 change: 0 additions & 1 deletion anvio/argparse.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8
# pylint: disable=line-too-long
"""Overloading Python argparse for anvi'o purposes"""

Expand Down
1 change: 0 additions & 1 deletion anvio/artifacts/samples_txt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8
# pylint: disable=line-too-long

import os
Expand Down
1 change: 0 additions & 1 deletion anvio/authors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8
# pylint: disable=line-too-long
"""A library to process anvi'o authors file"""

Expand Down
1 change: 0 additions & 1 deletion anvio/auxiliarydataops.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8
# pylint: disable=line-too-long
"""Module to deal with HDF5 files"""

Expand Down
1 change: 0 additions & 1 deletion anvio/bamops.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8
# pylint: disable=line-too-long

"""Classes for anything BAM-related"""
Expand Down
1 change: 0 additions & 1 deletion anvio/bottleroutes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8
# pylint: disable=line-too-long
"""
Common routes for bottle web server.
Expand Down
1 change: 0 additions & 1 deletion anvio/cazymes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""This file contains CAZyme related classes."""

import os
Expand Down
1 change: 0 additions & 1 deletion anvio/ccollections.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8
# pylint: disable=line-too-long

"""Implements the collections class (the file name has an extra 'c' to avoid
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/add_default_collection.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""Adds a DEAFULT collection with EVERYTHING in it into a pan or profile database."""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/analyze_synteny.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""anvi-analyze-synteny ... let's extract some order from this chaos!
What do we say to loci that appear to have no coherent synteny patterns...?
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/annotate_fragmented_genes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""Identify and annotate fragmented genes (pseudogenes) in pangenomes"""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/as_markdown.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/augustus_output_to_external_gene_calls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/checkm_tree_to_interactive.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
import os
import re
import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/cluster_contigs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A script to run automatic binning algorithms on a merged anvi'o profile"""
import os
import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_ani.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_ani_for_fasta.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A script to export run ANI on every contig in a FASTA file."""

import os
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_bayesian_pan_core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_completeness.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys
from anvio.argparse import ArgumentParser
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_functional_enrichment.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
import sys

from anvio.errors import ConfigError
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_functional_enrichment_across_genomes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A program that computes function enrichment across genomees"""

import os
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_functional_enrichment_in_pan.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A program that computes functional enrichment in a pangenome"""

import os
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_gene_cluster_homogeneity.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys
from anvio.argparse import ArgumentParser
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_genome_similarity.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A script to export a FASTA files from sequence sources and compute genome similarity matrices."""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_metabolic_enrichment.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A program that computes metabolic enrichment across groups of genomes and metagenomes"""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/compute_rarefaction_curves.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A program that computes rarefaction curves for a given pan-db"""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/db_info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys
from anvio.argparse import ArgumentParser
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/delete_collection.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/delete_functions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/delete_hmms.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/delete_misc_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""Remove stuff from misc data tables"""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/delete_state.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/dereplicate_genomes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A script to remove replicated genomes from a list of internal and external genome databases or fasta files"""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/display_codon_frequencies.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""Get codon or amino acid frequency statistics from genomes, genes, and functions."""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/display_contigs_stats.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys
from anvio.argparse import ArgumentParser
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/display_functions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A program to display the distribution of functions across genomes."""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/display_metabolism.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys
from anvio.argparse import ArgumentParser
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/display_pan.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""Entry point to the interactive interface for pan genomes.

The massage of the data is being taken care of in the interactive module,
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/display_structure.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/draw_kegg_pathways.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
DESCRIPTION = "Write KEGG pathway map files incorporating data sourced from anvi'o databases"

import os
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/estimate_genome_completeness.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import os
import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/estimate_genome_size.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/estimate_genome_taxonomy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/estimate_metabolic_independence.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import os
import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/estimate_metabolism.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/estimate_scg_taxonomy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/estimate_trna_taxonomy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import os
import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/experimental_organization.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys
from anvio.argparse import ArgumentParser
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_collection.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""Gives you back items in a collection.
Output files can directly be used by anvi-import-collection"""
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_contigs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A script to export a FASTA file of contigs (or splits) from a contigs database."""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_functions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_gene_calls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys
import pandas as pd
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_gene_clusters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_gene_coverage_and_detection.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys
from anvio.argparse import ArgumentParser
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_items_order.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A program to export an items order from an anvi'o database"""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_locus.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""anvi-export-locus, first of its name, splitter of loci, and generator of mini contigs databases

You want to play with it? This is how you could quickly test it:
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_misc_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""Export misc data from target tables into TAB-delimited files"""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_splits_and_coverages.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""A script to export a FASTA file and the coverage table from a merged database.
The purpose of this script is to export two critical files for most genome binning
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_splits_taxonomy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""Takes a contigs database, and export taxonomy information from it."""

import sys
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_state.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_structures.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys
import anvio
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/export_table.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8
"""Takes a database and a table name as parameters, stores the content as
a TAB-delimited matrix."""

Expand Down
1 change: 0 additions & 1 deletion anvio/cli/filter_fasta_by_blast.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import sys
import pandas as pd
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/filter_hmm_hits_table.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

"""
This script removes the hmm_hits table and replaces it with a filtered version. Filtering of hmm_hits
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/find_misassemblies.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys
import anvio
Expand Down
1 change: 0 additions & 1 deletion anvio/cli/fix_homopolymer_indels.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8

import os
import sys
Expand Down
Loading
Loading