add a first version of the inline documentation

This commit is contained in:
Eric Coissac
2025-03-12 14:40:42 +01:00
parent 7a9dc1ab3b
commit d1c31c54de
31 changed files with 118 additions and 29 deletions

View File

@@ -33,7 +33,10 @@ func main() {
obidefault.SetWorkerPerCore(1)
optionParser := obioptions.GenerateOptionParser(obitagpcr.OptionSet)
optionParser := obioptions.GenerateOptionParser(
"obitagpcr",
"split a paired raw read data set per sample",
obitagpcr.OptionSet)
optionParser(os.Args)
pairs, err := obipairing.CLIPairedSequence()