Skip to content

Commit

Permalink
set flag to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Jun 27, 2024
1 parent 71ac826 commit 76d0d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tokenizer/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
outputDir := flag.String("outputDir", "", "Output directory path")
tremblInput := flag.String("tremblInput", "", "Trembl input directory")
unirefInput := flag.String("unirefInput", "", "Uniref input directory")
refFileFlag := flag.Bool("refFile", true, "use uniref file")
refFileFlag := flag.Bool("refFile", false, "use uniref file")
refFile := *refFileFlag

// Parse the command line flags
Expand Down

0 comments on commit 76d0d1f

Please sign in to comment.