File: jellyfish.py

package info (click to toggle)
jellyfish 2.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,320 kB
  • sloc: cpp: 35,615; sh: 963; ruby: 578; makefile: 372; python: 165; perl: 36
file content (4 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
import warnings

warnings.warn("Module 'jellyfish' is deprecated. Use 'dna_jellyfish'", DeprecationWarning)
import dna_jellyfish as jellyfish