mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
change the tests according to the corrections in obipairing
This commit is contained in:
@ -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" \
|
||||||
|
Binary file not shown.
@ -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.
|
||||||
|
Reference in New Issue
Block a user