An open API service indexing awesome lists of open source software.

https://github.com/metaphorme/split_pdpqt

Split pdbqt file which contains many models into single file.
https://github.com/metaphorme/split_pdpqt

Last synced: 8 months ago
JSON representation

Split pdbqt file which contains many models into single file.

Awesome Lists containing this project

README

          

# split_pdpqt
Split pdbqt file which contains many models into single file.

## Requirements
- [Go](https://go.dev/)

## Build
```bash
git clone https://github.com/Metaphorme/split_pdpqt.git # Get split_pdpqt
cd split_pdpqt
go build split.go # Build
```

## Examples
```bash
./split -inputFile BBEDRL.xaa.pdbqt -outputDir output/
./split -inputDir input/ -outputDir output/
./split -inputFile BBEDRL.xaa.pdbqt -inputDir input/ -outputDir output/
```

## Commands
```bash
Usage of ./split:
-inputDir string
The Directory of pdbqt file which contains many models. (default "NoInputDir")
-inputFile string
The pdbqt file which contains many models. (default "NoInputFile")
-outputDir string
The output directory to save output models. (default "./output/")
```

## License
[MIT License](https://github.com/Metaphorme/split_pdpqt/blob/main/LICENSE)