Documentation
¶
Index ¶
- Variables
- func Admin_ClearDbAll(s string)
- func Admin_DummyInBenchmarks()
- func Admin_DummyInComputeNodes()
- func Admin_DummyInSlices()
- func Admin_EchoDbContents(s string, itemCount *int, mergedICount *int)
- func Admin_EchoDbs()
- func CheckSplitDup() bool
- func Check_AnalyzerList(an string) bool
- func ConnectDb() (*mongo.Client, context.Context)
- func Conv_StrToInt(s string) (int, error)
- func Get_ActiveNodeCount() int
- func Get_ActiveNodes() []schema.Nodes
- func HandleError(err error)
- func Unregister_Node(node_name string)
- func Verify_Fasta(s string) bool
- func Verify_Fastq(s string) bool
- func Verify_FileExt(s string) bool
- func Verify_NodeNoDup(ip_port string, node_name string) bool
- func Verify_Node_Exists(node_name string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var AnalyserList = [8]string{
"boyer-moore",
"complement",
"reverse-complement",
"exact-match",
"k-mer-index",
"longest-common-prefix",
"quality-scores",
"total-bases-of-each",
}
LIST: boyer-moore complement reverse-complement exact-match k-mer-index longest-common-prefix quality-scores total-bases-of-each
Functions ¶
func Admin_ClearDbAll ¶
func Admin_ClearDbAll(s string)
func Admin_DummyInBenchmarks ¶
func Admin_DummyInBenchmarks()
func Admin_DummyInComputeNodes ¶
func Admin_DummyInComputeNodes()
func Admin_DummyInSlices ¶
func Admin_DummyInSlices()
func Admin_EchoDbContents ¶
func Admin_EchoDbs ¶
func Admin_EchoDbs()
func CheckSplitDup ¶
func CheckSplitDup() bool
func Check_AnalyzerList ¶
func Conv_StrToInt ¶
func Get_ActiveNodeCount ¶
func Get_ActiveNodeCount() int
func Get_ActiveNodes ¶
func HandleError ¶
func HandleError(err error)
func Unregister_Node ¶
func Unregister_Node(node_name string)
func Verify_Fasta ¶
func Verify_Fastq ¶
func Verify_FileExt ¶
func Verify_NodeNoDup ¶
func Verify_Node_Exists ¶
Types ¶
This section is empty.
Source Files
¶
- admin_check-databases.go
- admin_clear-db-all.go
- admin_dummy-in-benchmarks.go
- admin_dummy-in-compute_nodes.go
- admin_dummy-in-slices.go
- admin_echo-db-contents.go
- check-split-dup.go
- connect-db.go
- conv_str-to-int.go
- get_active-node-count.go
- get_active-nodes.go
- handle-error.go
- remove_node.go
- verify-analysis.go
- verify_fileext.go
- verify_node-no-dup.go
- verify_node_exists.go
Click to show internal directories.
Click to hide internal directories.