Mercurial > repos > jpayne > snp_pipeline
comparison snp-cache.py @ 13:6adaecff5f2b
planemo upload commit 7f6183b769772449fbcee903686b8d5ec5b7439f-dirty
author | jpayne |
---|---|
date | Wed, 31 Jan 2018 09:50:37 -0500 |
parents | 66f988a9666f |
children | 9022b00a9198 |
comparison
equal
deleted
inserted
replaced
12:8764af78e270 | 13:6adaecff5f2b |
---|---|
1 #! /usr/bin/env python3.6 | 1 #! /usr/bin/env python |
2 | 2 |
3 import boto3 | 3 import boto3 |
4 from botocore.exceptions import ClientError, DataNotFoundError, NoCredentialsError, BotoCoreError | 4 from botocore.exceptions import ClientError, DataNotFoundError, NoCredentialsError, BotoCoreError |
5 | 5 |
6 import argparse | 6 import argparse |