Sha256: 5b11d03d109512c6d81de5c41934d0499be8956d6c202df4031dcdabd24d34cf
Contents?: true
Size: 663 Bytes
Versions: 2
Compression:
Stored size: 663 Bytes
Contents
Feature: The validate annotations command line interface In order to generate correct genome annotation files A user can use the "validator" plugin at the command line to validate their annotations @disable-bundler Scenario: Running with just the 'validate' command Given I successfully run `genomer init project` And I cd to "project" And I append to "Gemfile" with: """ gem 'genomer-plugin-validate', :path => '../../../' """ When I run `genomer validate` Then the exit status should be 0 And the output should contain: """ annotations Validate GFF3 annotations file """
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
genomer-plugin-validate-0.0.2 | features/annotations/command-line-interface.feature |
genomer-plugin-validate-0.0.1 | features/annotations/command-line-interface.feature |