Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud authored and fubar2 committed Jan 9, 2024
1 parent e6a0721 commit d5ee761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jbrowse2/jbrowse2.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def process_annotations(self, track):
self.add_paf(dataset_path, outputTrackConfig,
track['conf']['options']['paf'])
elif dataset_ext == 'hic':
self.add_paf(dataset_path, outputTrackConfig,
self.add_hic(dataset_path, outputTrackConfig,
track['conf']['options']['hic'])
elif dataset_ext == 'sparql':
sparql_query = track['conf']['options']['sparql']['query']
Expand Down

0 comments on commit d5ee761

Please sign in to comment.