accept_pending_transfers.py¶
Given all pending DNAnexus project transfers for the user, allows the user to accept transfers under a specified billing account, but not just any project. Only projects that have the specified queue (set in the queue property of the project) will be transferred to the user.
usage: accept_pending_transfers.py [-h] --access-level
{VIEW,UPLOAD,CONTRIBUTE,ADMINISTER} -q
QUEUE -o ORG
[--share-with-org {VIEW,UPLOAD,CONTRIBUTE,ADMINISTER}]
Named Arguments¶
| --access-level | Possible choices: VIEW, UPLOAD, CONTRIBUTE, ADMINISTER
|
| -q, --queue |
|
| -o, --org |
|
| --share-with-org | |
Possible choices: VIEW, UPLOAD, CONTRIBUTE, ADMINISTER
| |