change the tests according to the corrections in obipairing

This commit is contained in:
Eric Coissac
2025-04-04 17:10:17 +02:00
parent 67e5b6ef24
commit 0aec5ba4df
3 changed files with 3 additions and 3 deletions

View File

@ -110,8 +110,8 @@ fi
((ntest++)) ((ntest++))
if obicsv -Z -s -i \ if obicsv -Z -s -i \
-k ali_dir -k ali_length -k paring_fast_count \ -k ali_dir -k ali_length -k pairing_fast_count \
-k paring_fast_overlap -k paring_fast_score \ -k pairing_fast_overlap -k pairing_fast_score \
-k score -k score_norm -k seq_a_single \ -k score -k score_norm -k seq_a_single \
-k seq_b_single -k seq_ab_match \ -k seq_b_single -k seq_ab_match \
"${TMPDIR}/wolf_paired_alignment.fastq.gz" \ "${TMPDIR}/wolf_paired_alignment.fastq.gz" \

View File

@ -8,7 +8,7 @@ import (
// corresponds to the last commit, and not the one when the file will be // corresponds to the last commit, and not the one when the file will be
// commited // commited
var _Commit = "3b1aa28" var _Commit = "67e5b6e"
var _Version = "Release 4.4.0" var _Version = "Release 4.4.0"
// Version returns the version of the obitools package. // Version returns the version of the obitools package.