Skip to content

Converts one or more XVG files to a combine CSV file

Notifications You must be signed in to change notification settings

Vikasdubey0551/xvg_to_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Prerequisites

This scripts converts a single or multiple XVG (gromacs output file) or text files to a joint CSV file without distrupting the formating and labels.

Prerequistes are numpy,regex and argparse libraries.

Usage

usage: python multi_xvg_to_csv.py [-h] [-f XVG1 XVG2 ..] [-o CSV]

optional arguments:

-h, --help  show this help message and exit  
-f XVG    INPUT1.xvg INPUT2.xvg ...
-o CSV    OUTPUT.csv 

About

Converts one or more XVG files to a combine CSV file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages