diff --git a/obitests/obitools/obipairing/test.sh b/obitests/obitools/obipairing/test.sh index 32137d6..1794071 100755 --- a/obitests/obitools/obipairing/test.sh +++ b/obitests/obitools/obipairing/test.sh @@ -110,8 +110,8 @@ fi ((ntest++)) if obicsv -Z -s -i \ - -k ali_dir -k ali_length -k paring_fast_count \ - -k paring_fast_overlap -k paring_fast_score \ + -k ali_dir -k ali_length -k pairing_fast_count \ + -k pairing_fast_overlap -k pairing_fast_score \ -k score -k score_norm -k seq_a_single \ -k seq_b_single -k seq_ab_match \ "${TMPDIR}/wolf_paired_alignment.fastq.gz" \ diff --git a/obitests/obitools/obipairing/wolf_paired_alignment.csv.gz b/obitests/obitools/obipairing/wolf_paired_alignment.csv.gz index 692a05f..794f1a1 100644 Binary files a/obitests/obitools/obipairing/wolf_paired_alignment.csv.gz and b/obitests/obitools/obipairing/wolf_paired_alignment.csv.gz differ diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index 7c46d0c..40d5f6f 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -8,7 +8,7 @@ import ( // corresponds to the last commit, and not the one when the file will be // commited -var _Commit = "3b1aa28" +var _Commit = "67e5b6e" var _Version = "Release 4.4.0" // Version returns the version of the obitools package.