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
+4 -1
View File
@@ -30,7 +30,10 @@ func main() {
// trace.Start(ftrace)
// defer trace.Stop()
optionParser := obioptions.GenerateOptionParser(obipairing.OptionSet)
optionParser := obioptions.GenerateOptionParser(
"obipairing",
"align forward with reverse reads with paired reads",
obipairing.OptionSet)
optionParser(os.Args)