package
0.0.0-20230429075306-bc5e03db15fb
Repository: https://github.com/openbiox/ligo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AsyncURL can access URL via using external commandline tools including wget, curl, axel, git and rsync.
AsyncURL2 can access URL via using golang http library (with mbp progress bar) and external commandline tools including wget, curl, axel, git and rsync.
AsyncURL3 can access URL via using golang http library (with mbp progress bar) and external commandline tools including wget, curl, axel, git and rsync.
Axel use axel to download files.
Curl use curl to download files.
Egafetch use pyega3 fetch EGA Archive files https://ega-archive.org/download/downloader-quickguide-v3#defineCredentials.
No description provided by the author
GdcClient use gdc-client to download files.
Git use git to download files.
Hg use hg to download files.
HTTPGetURL can use golang http.Get to query URL with progress bar.
HTTPGetURLs can use golang http.Get and external commandline tools including wget, curl, axel, git and rsync to query URL with progress bar.
NewHTTPClient create http.Client with timeout, proxy, and gCurCookieJar.
ParseOutfnFromHeader get filename from response header.
Prefetch use sra-tools prefetch to download files.
RandProxy return a proxy from proxy string.
RetriesClient http.Client and requenst with retries.
RetriesTask task with retries.
RetriesURL access URL with retries.
Rsync use rsync to download files.
SetCmdProxyEnv set downloader (shell tools) env.
SetCollyProxy set colly.Collector with proxy.
SetDefaultReqHeader set default keep-alive and User-Agent header.
SetQueryFromEnd get from and end according to the from, size and total.
Wget use wget to download files.

# Structs

Params is the type object to run bioctl net function.