Sha256: a9d5c3874b9466ec6e1380bb1d9b8cb35f0ce5970e81968281f6a5be0de5daa0
Contents?: true
Size: 904 Bytes
Versions: 3
Compression:
Stored size: 904 Bytes
Contents
Feature: Producing different views of a genomes scaffold In order to have required file formats of a genome scaffold A user can use the "view" plugin to generate file formats @disable-bundler Scenario: Getting the man page for the genomer view plugin Given I create a new genomer project When I run `genomer man view` Then the exit status should be 0 And the output should contain a valid man page And the output should contain "GENOMER-VIEW(1)" @disable-bundler Scenario: Running `genomer view` without a subcommand Given I create a new genomer project When I run `genomer view` Then the exit status should be 0 And the output should contain: """ Run `genomer man view COMMAND` to review available formats Where COMMAND is one of the following: agp fasta gff mapping table """
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
genomer-plugin-view-0.1.0 | features/core.feature |
genomer-plugin-view-0.0.7 | features/core.feature |
genomer-plugin-view-0.0.6 | features/core.feature |