Skip to content

Genomon-Project/azurebatchmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: GPL v3

azurebatchmon

Wrapper program for Azure Batch simple job submission

Installation

pip install azurebatchmon

Requirement

need Azure Storage account and Azure Batch account.

Task File

RUN

usage: azurebatchmon [-h] [--version] --image genomon/star_alignment:0.1.0 --tasks star-alignment-tasks.csv --script star_alignment.sh \
                     --APP_CONTAINER script \
                     --STORAGE_ACCOUNT_NAME ******** \
                     --STORAGE_ACCOUNT_KEY ******** \
                     --BATCH_ACCOUNT_NAME ******** \
                     --BATCH_ACCOUNT_KEY ******** \
                     --BATCH_ACCOUNT_URL ******** \
                     --POOL_ID StarAlignment \
                     --NODE_OS_PUBLISHER Canonical \
                     --NODE_OS_OFFER UbuntuServer  \
                     --NODE_OS_SKU 16   \
                     --POOL_VM_SIZE Standard_D16_v3 \
                     --POOL_DEDICATED_NODE_COUNT 12 \
                     --POOL_LOW_PRIORITY_NODE_COUNT 0  \
                     --JOB_ID StarAlignment
                     [--debug]

About

Wrapper program for Azure Batch simple job submission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published