Documentation
¶
Index ¶
- func AuthError(err error, cx *goweb.Context)
- func Authenticate(req *http.Request) (u *user.User, err error)
- func CreateBamIndex(bamFile string) (err error)
- func LoadBamIndex(bamFile string) (err error)
- func Log(req *http.Request)
- func ParseMultipartForm(r *http.Request) (params map[string]string, files node.FormFiles, err error)
- func ParseSamtoolsArgs(query *Query) (argv []string, err error)
- func UnLoadBamIndex(bamFile string) (err error)
- type Query
- type Streamer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBamIndex ¶
func LoadBamIndex ¶
func ParseMultipartForm ¶
func ParseMultipartForm(r *http.Request) (params map[string]string, files node.FormFiles, err error)
helper function for create & update
func ParseSamtoolsArgs ¶
helper function to translate args in URL query to samtools args manual: http://samtools.sourceforge.net/samtools.shtml
func UnLoadBamIndex ¶
Types ¶
type Streamer ¶
type Streamer struct {
R []file.SectionReader
W http.ResponseWriter
ContentType string
Filename string
Size int64
Filter filter.FilterFunc
}
Click to show internal directories.
Click to hide internal directories.