Skip to content

Commit

Permalink
Merge pull request #241 from Ensembl/mbarba/seq_region_lrg
Browse files Browse the repository at this point in the history
Seq_region lrg support
  • Loading branch information
JAlvarezJarreta authored Jun 19, 2024
2 parents 1b1691e + 31968e6 commit a8b00f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/python/ensembl/io/genomio/data/schemas/seq_region.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"contig",
"chunk",
"primary_assembly",
"clone"
"clone",
"lrg"
]
},
"omit" : { "type" : "boolean", "description" : "prevent loading/processing of the scaffold" },
Expand Down
2 changes: 1 addition & 1 deletion src/python/ensembl/io/genomio/seq_region/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def main() -> None:
parser.add_argument_src_path(
"--external_db_map", default=_DEFAULT_MAP.resolve(), help="File with external_db mapping"
)
parser.add_log_arguments()
parser.add_log_arguments(add_log_file=True)
args = parser.parse_args()
init_logging_with_args(args)

Expand Down

0 comments on commit a8b00f6

Please sign in to comment.