comparison snp-cache.py @ 42:11296a86e01b

planemo upload commit 0399c6bd696435a7a99d8d8b4c237e5a78ee5856-dirty
author jpayne
date Thu, 08 Mar 2018 11:10:45 -0500
parents 9022b00a9198
children 0b0e3e4376a7
comparison
equal deleted inserted replaced
41:9022b00a9198 42:11296a86e01b
1 #! /usr/bin/env python 1 #! /usr/bin/env python
2
3 from __future__ import print_function
2 4
3 import boto3 5 import boto3
4 from botocore.exceptions import ClientError, DataNotFoundError, NoCredentialsError, BotoCoreError 6 from botocore.exceptions import ClientError, DataNotFoundError, NoCredentialsError, BotoCoreError
5 7
6 import argparse 8 import argparse