Skip to content

Commit

Permalink
Change example to use new chromosome mapping json format
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Laird committed Jul 5, 2016
1 parent 93ced7f commit e23eda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ the fields seqname and sequence respectively.

```
{
"input_filter": { "source": "chromosome|homo_sapiens_ensembl_to_ucsc",
"input_filter": { "source": "chromosome|homo_sapiens|ensembl_to_ucsc",
"seqname": "callback",
"attributes": {"ID": "chromosome|homo_sapiens_ensembl_to_ucsc"},
"attributes": {"ID": "chromosome|homo_sapiens|ensembl_to_ucsc"},
"sequence": "seq_callback" },
"include": ["file://examples/chromosome_plus_callbacks.conf"]
}
Expand Down

0 comments on commit e23eda5

Please sign in to comment.