Factorize code between fasta and fastq writers

This commit is contained in:
Eric Coissac
2024-08-01 17:22:46 +02:00
parent 776b8f75b7
commit 6a2f867ae1
5 changed files with 65 additions and 90 deletions

View File

@@ -7,7 +7,7 @@ import (
// TODO: The version number is extracted from git. This induces that the version
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "dfe2fc3"
var _Commit = "776b8f7"
var _Version = ""
// Version returns the version of the obitools package.