bio-miga/miga

View on GitHub
lib/miga/cli/action/download/gtdb.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method has too many lines. [20/10]
Open

  def remote_list
    cli.say 'Downloading genome list'
    extra = { sp_reps_only: cli[:reference].to_s }
    json = MiGA::RemoteDataset.download(
      :gtdb, :taxon, cli[:taxon], :genomes, nil, extra

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

There are no issues that match your filters.

Category
Status