grailbio / bio

Bioinformatic infrastructure libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bio-bam-sort build error

opened this issue · comments

I attempted to build bio-bam-sort on master and got error:

# github.com/grailbio/bio/encoding/pam/fieldio
encoding/pam/fieldio/writer.go:396:25: too many arguments in call to file.Create
        have (*"v.io/v23/context".T, string, file.Opts)
        want ("context".Context, string)

Looks like file.Create from base wants fewer args.

Thanks for fixing this failure, I've merged your change.