Metadata-Version: 2.1
Name: qsubwt
Version: 1.0.2
Home-page: https://github.com/yodeng/qsubwt.git
Author: Deng Yong
Author-email: yodeng@tju.edu.cn
License: MIT
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

### Simple wrapper for sge qsub which provides the functionality of the "-sync" option

*python requires: >=3.5*

#### Install

> git repo (for recommend)

```
pip install git+https://github.com/yodeng/qsubwt.git
```

> Pypi

```
pip install qsubwt -U
```



#### Help

```
$ qsubwt -h 
Simple wrapper for sge qsub which provides the functionality of the "-sync" option.

Usage:
    qsubwt [qsub options] script.sh

Version: xxx
Author: Deng Yong
Author-email: yodeng@tju.edu.cn
Home-page: https://github.com/yodeng/qsubwt.git

```
