CDCgov / NCHHSTP-DTBE-Varpipe-WGS

This repository contains an analysis pipeline developed to characterize WGS output
Apache License 2.0
7 stars 2 forks source link

python2 or python 3? #7

Closed ybdong919 closed 1 year ago

ybdong919 commented 1 year ago

In the introduction, python2... is required. However, the script clockwork at /tools/clockwork-0.11.3/python/scripts/ seems to use python3

!/usr/bin/env python3

import argparse import logging

import clockwork .....

reagank commented 1 year ago

The pipeline needs both Python2 and Python3 to run.