Conversation
| from toil_lib import require | ||
|
|
||
| # all files must have s3 urls | ||
| def is_s3(f): |
There was a problem hiding this comment.
is_s3 → is_s3a, there is a difference
| @@ -0,0 +1,15 @@ | |||
| # Licensed to Big Data Genomics (BDG) under one | |||
There was a problem hiding this comment.
We're already in a repo called workflows, the _pipeline in the package name is redundant
There was a problem hiding this comment.
Eventually, I suppose. This repo hasn't quite fully graduated to bigdatagenomics status yet, with full pull request, review, merge by someone other than yourself, etc. process.
| def main(): | ||
|
|
||
| parser = argparse.ArgumentParser() | ||
| parser.add_argument('--reference', help='Path to a file containing the S3 URL or local paths to the reference .2bit, fasta, or adam file.', |
| aws_access_key_id=None, | ||
| aws_secret_access_key=None): | ||
| """ | ||
| Invokes the Mango browsercontainer. Find mango at https://github.com/bigdatagenomics/mango. |
There was a problem hiding this comment.
browsercontainer → browser container
| aws_access_key_id=None, | ||
| aws_secret_access_key=None): | ||
| """ | ||
| Invokes the Mango browsercontainer. Find mango at https://github.com/bigdatagenomics/mango. |
There was a problem hiding this comment.
browsercontainer → browser container
| """ | ||
| Functions used across pipelines | ||
|
|
||
| @author Alyssa Morrow |
There was a problem hiding this comment.
sorry, I don't believe we use @author tags ;)
There was a problem hiding this comment.
Hmm, I guess there are a few left over from toil-lib
No description provided.