File: htseq-count

package info (click to toggle)
htseq 2.0.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 103,476 kB
  • sloc: python: 6,280; sh: 211; cpp: 147; makefile: 80
file content (6 lines) | stat: -rw-r--r-- 109 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env python

import HTSeq.scripts.count

if __name__ == "__main__":
    HTSeq.scripts.count.main()