File: htseq-count-barcodes

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 (5 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/usr/bin/env python

import HTSeq.scripts.count_with_barcodes

HTSeq.scripts.count_with_barcodes.main()