Skip to content

Calling on Mascot's export_dat_2.pl script. Specific to PC lab directory structure.

Notifications You must be signed in to change notification settings

TinyMarsh/DATmzIdConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

DATmzIdConverter

Calling on Mascot's export_dat_2.pl script. Specific to PC lab directory structure.

Compilation tested on gcc version 6.2.0 (x86_64-posix-seh-rev1, Built by MinGW-W64 project);

> g++ converter.cpp -o converter.exe -m64 -lcomdlg32 -static-libstdc++ -static-libgcc -static -lpthread

Execultable can be run anywhere since paths to necessary perl scripts are absolute. Paths to DAT files are fetched through window dialogue. mzid files will be output in the same directory as executable.

About

Calling on Mascot's export_dat_2.pl script. Specific to PC lab directory structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages