Skip to content

Commit

Permalink
Merge branch 'feature/comparing_schemas' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
luis committed Nov 2, 2018
2 parents 3a64121 + 644e0f7 commit 7758750
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 54 deletions.
1 change: 1 addition & 0 deletions analyze_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def check_arg(args=None):

evaluate_parser = subparser.add_parser('evaluate', help = 'Evaluate the schema ')
evaluate_parser.add_argument('-input_dir', help = 'Directory where are the schema files.')
evaluate_parser.add_argument('-alt', required = False, help = 'Set to Yes if alternative start codon should be considered. Set to No to accept only ATG start codon', default = False)

compare_parser = subparser.add_parser('compare', help = 'Compare 2 schema')
compare_parser.add_argument('-scheme1', help = 'Directory where are the schema files for the schema 1')
Expand Down
Loading

0 comments on commit 7758750

Please sign in to comment.