Skip to content

Commit

Permalink
renamed to uniref90_mini.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Dec 14, 2024
1 parent 5a1ded4 commit e650c18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/bio/uniref/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func Example() {
// Open the gzipped UniRef file
file, _ := os.Open(filepath.Join("data", "uniref300.xml"))
file, _ := os.Open(filepath.Join("data", "uniref90_mini.xml"))
defer file.Close()

// Create new parser
Expand Down

0 comments on commit e650c18

Please sign in to comment.