view ectyper @ 2:338b07ddaa10 draft

Changed to only use one fastq when paired is selected - otherwise need to make workflow to handle concatenation
author jpetteng
date Wed, 10 Jan 2018 16:12:13 -0500
parents dbcc6d233eed
children
line wrap: on
line source

#!/usr/bin/env python

"""
    Shell program for ectyper
"""
import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), ".."))

from ectyper import ectyper

if __name__=='__main__':
    ectyper.run_program()