github.com/biogo/biogo@v1.0.4/seq/quality/genSolexa.sh (about) 1 #!/usr/bin/bash 2 3 # Copyright ©2012 The bíogo Authors. All rights reserved. 4 # Use of this source code is governed by a BSD-style 5 # license that can be found in the LICENSE file. 6 7 cat < phred.go | \ 8 gofmt -r 'Phred -> Solexa' | \ 9 gofmt -r 'NewPhred -> NewSolexa' | \ 10 gofmt -r 'Qphred -> Qsolexa' | \ 11 gofmt -r 'Qphreds -> Qsolexas' | \ 12 gofmt -r 'DecodeToQphred -> DecodeToQsolexa' | \ 13 gofmt -r 'Ephred -> Esolexa' \ 14 > solexa.go