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

https://github.com/jenskrumsieck/fileclassification

Quick and dirty Chemical File classification (Folder based)
https://github.com/jenskrumsieck/fileclassification

chemistry chemsharp csharp files porphystruct

Last synced: over 1 year ago
JSON representation

Quick and dirty Chemical File classification (Folder based)

Awesome Lists containing this project

README

          

# FileClassification

[![GitHub Pre-Releases](https://img.shields.io/github/downloads-pre/JensKrumsieck/FileClassification/latest/total)](https://github.com/JensKrumsieck/FileClassification/releases/latest)
[![GitHub Releases](https://img.shields.io/github/downloads-pre/JensKrumsieck/FileClassification/total)](https://github.com/JensKrumsieck/FileClassification/releases/latest)

A quick and dirty project to sort chemical files from one directory into several subdirectories based on type and metal. Also adds meta data for data processing together with [PorphyStruct](https://github.com/jenskrumsieck/porphystruct).
![](./.github/screenshot.png)

Moves File into subfolder ``$class/$metal`` for example: ``Corrole/Cr`` and adds a ``$filename.meta.json`` File next to it, based on your input. This looks like the following example:

```json
{
"Ligand": "T(pF-Ph)C",
"Metal": "Cr",
"AxialLigand": "NMes",
"CoordNo": 5,
"SubstNo": 3,
"CoSolv": "Toluene",
"Class": "Corrole",
"Group": "6",
"Title": "NAQDAL.mol2"
}
```