Class: Dratools::Commands::RunsCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Dratools::Commands::RunsCommand
- Defined in:
- lib/dratools/commands/runs_command.rb
Overview
accession を run accession のフラットな一覧に展開する。
Constant Summary collapse
- XREF_URL_PATTERN =
%r{/(?:resource|search/entry)/sra-run/([^/?#.]+)}
Constants inherited from BaseCommand
BaseCommand::DEFAULT_FILE_TYPE, BaseCommand::DEFAULT_PROTOCOL, BaseCommand::FAILURE_EXIT_STATUS, BaseCommand::MISSING_VALUE, BaseCommand::SUCCESS_EXIT_STATUS, BaseCommand::VALID_FILE_TYPES, BaseCommand::VALID_PROTOCOLS
Method Summary
Methods inherited from BaseCommand
Constructor Details
This class inherits a constructor from Dratools::Commands::BaseCommand