Chang log package

This commit is contained in:
2022-08-23 11:10:04 +02:00
parent abaede48b5
commit 4df99cec5b
2 changed files with 14 additions and 8 deletions

View File

@@ -3,7 +3,6 @@ package obiclean
import (
"bytes"
"fmt"
"log"
"math"
"os"
"path"
@@ -11,6 +10,8 @@ import (
"sync"
"text/template"
log "github.com/sirupsen/logrus"
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obialign"
"github.com/schollz/progressbar/v3"
)