File: mergeFaQu.py

package info (click to toggle)
pbsuite 15.8.24%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,512 kB
  • ctags: 1,951
  • sloc: python: 10,962; sh: 147; xml: 21; makefile: 14
file content (9 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/python
import sys

from pbsuite.utils.FileHandlers import mergeFastaQual

if __name__ == '__main__':
    f = mergeFastaQual(sys.argv[1], sys.argv[2])
    for i in f:
        print f[i].toString(),