You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/bedtools/files/bedtools-2.29.2-samtools-1....

14 lines
659 B

--- a/test/intersect/new_test-intersect.sh
+++ b/test/intersect/new_test-intersect.sh
@@ -975,8 +975,8 @@
# Test intersect preserve the text header in bam
############################################################
echo -e " intersect.new.t78...\c"
-echo -e "@HD VN:1.5 SO:coordinate" > exp
-echo "@HD VN:1.5 SO:coordinate" | samtools view -b | $BT intersect -a /dev/stdin -b b.bed | samtools view -H >obs
+echo -e "@HD VN:1.5 SO:coordinate" > exp
+echo "@HD VN:1.5 SO:coordinate" | samtools view --no-PG -b | $BT intersect -a /dev/stdin -b b.bed | samtools view --no-PG -H >obs
check exp obs
rm exp obs
[[ $FAILURES -eq 0 ]] || exit 1;