36fd4b4079113f9aa9a5c31b544ad222d2c0d507,anvio/workflows/metagenomics/__init__.py,MetagenomicsWorkflow,sanity_check_for_kraken,#MetagenomicsWorkflow#,327

Before Change


                                   the krakenhll database using the --db parameter in the config file.")

            // if a kraken_txt was supplied then let"s run kraken by default
            self.config["krakenhll"]["run"] = True

            kraken_annotation_dict = u.get_TAB_delimited_file_as_dictionary(kraken_txt)
            if next(iter(next(iter(kraken_annotation_dict.values())).keys())) != "path":

After Change


        self.run_krakenhll = self.get_param_value_from_config(["krakenhll", "run"]) == True

        if kraken_txt:
            if self.get_param_value_from_config(["krakenhll", "run"]) == True:
                raise ConfigError("You supplied a kraken_txt file (\"%s\") but you set krakenhll \
                                   to run in the config file. anvi"o is confused and \
                                   is officially going on a strike. Ok, let"s clarify, \
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: merenlab/anvio
Commit Name: 36fd4b4079113f9aa9a5c31b544ad222d2c0d507
Time: 2018-11-29
Author: alon.shaiber@gmail.com
File Name: anvio/workflows/metagenomics/__init__.py
Class Name: MetagenomicsWorkflow
Method Name: sanity_check_for_kraken


Project Name: merenlab/anvio
Commit Name: aacc975adf40cdd05a27656779043911b88bd729
Time: 2018-12-18
Author: alon.shaiber@gmail.com
File Name: anvio/workflows/metagenomics/__init__.py
Class Name: MetagenomicsWorkflow
Method Name: get_fasta


Project Name: merenlab/anvio
Commit Name: aacc975adf40cdd05a27656779043911b88bd729
Time: 2018-12-18
Author: alon.shaiber@gmail.com
File Name: anvio/workflows/contigs/__init__.py
Class Name: ContigsDBWorkflow
Method Name: get_fasta