LucaCappelletti94/ucsc_genomes_downloader

View on GitHub
ucsc_genomes_downloader/utils/extract_sequence.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function _extract_sequences has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

def _extract_sequences(
Severity: Major
Found in ucsc_genomes_downloader/utils/extract_sequence.py - About 50 mins to fix

    Function extract_sequence has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def extract_sequence(chromosomes: Dict, chrom: str, chromStart: int, chromEnd: int, strand: str, mapping: Dict) -> str:
    Severity: Minor
    Found in ucsc_genomes_downloader/utils/extract_sequence.py - About 45 mins to fix

      Function extract_sequences has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def extract_sequences(
      Severity: Minor
      Found in ucsc_genomes_downloader/utils/extract_sequence.py - About 45 mins to fix

        There are no issues that match your filters.

        Category
        Status