File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ before_install:
34
34
# inability to link it as an error and fail the command. You can --force a link step, but
35
35
# I don't see a way to tell it to not replace things that exist and also not fail.
36
36
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew bundle --verbose || true; fi
37
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link --overwrite python@3.8 ; fi
37
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link --overwrite python@3.9 || brew link --overwrite python@3.8 || true ; fi
38
38
# Try installing gcc6 twice in case of errors like this:
39
39
# Error: HOMEBREW_LOGS was not exported!
40
40
# Please don't worry, you likely hit a bug auto-updating from an old version.
Original file line number Diff line number Diff line change
1
+ @HD VN:1.5 SO:unknown
1
2
@SQ SN:x LN:1001
2
3
@SQ SN:y LN:1001
Original file line number Diff line number Diff line change
1
+ @HD VN:1.5 SO:unknown
1
2
@SQ SN:y LN:1001
2
3
@SQ SN:x LN:1001
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ rm -f x.vg x.gbwt x.gg x.snarls x.min x.dist x.gg x.fa x.fa.fai x.vcf.gz x.vcf.g
70
70
cp small/xy.fa .
71
71
cp small/xy.vcf.gz .
72
72
cp small/xy.vcf.gz.tbi .
73
- vg giraffe xy.fa xy.vcf.gz -f small/x.fa_1.fastq -o SAM --ref-paths small/yx.dict | grep " @SQ " > surjected-yx.dict
74
- vg giraffe xy.fa xy.vcf.gz -f small/x.fa_1.fastq -o SAM --ref-paths small/xy.dict | grep " @SQ " > surjected-xy.dict
73
+ vg giraffe xy.fa xy.vcf.gz -f small/x.fa_1.fastq -o SAM --ref-paths small/yx.dict | grep -E " ^@(SQ|HD) " > surjected-yx.dict
74
+ vg giraffe xy.fa xy.vcf.gz -f small/x.fa_1.fastq -o SAM --ref-paths small/xy.dict | grep -E " ^@(SQ|HD) " > surjected-xy.dict
75
75
76
76
diff surjected-yx.dict small/yx.dict
77
77
is " ${?} " " 0" " surjecting with a sequence dictionary in non-sorted order produces headers in non-sorted order"
You can’t perform that action at this time.
0 commit comments