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

Permissions level the new member should have on transferred projects.
-q, --queue
The value of the queue property on a DNAnexus project. Only projects that are pending transfer that have this value for the queue property will be transferred to the specified org.
-o, --org
The name of the DNAnexus org under which to accept the project transfers for projects that have their queue property set to the value of the ‘queue’ argument.
--share-with-org
 

Possible choices: VIEW, UPLOAD, CONTRIBUTE, ADMINISTER

Add this argument if you’d like to share the transferred projects with the org so that all users of the org will have access to the project. The value you supply should be the access level that members of the org will have.