File: sfood-flatten

package info (click to toggle)
snakefood 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,572 kB
  • ctags: 334
  • sloc: python: 2,212; makefile: 200; sh: 4
file content (7 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/env python
# This file is part of the snakefood package.  
# See http://furius.ca/snakefood for license and details.

from snakefood.flatten import main
main()