glygener / gws2xlsx

Java program to convert GlycoWorkbench sequence files to Excel tables with GlyTouCan IDs and Cartoons
GNU General Public License v3.0
0 stars 0 forks source link

Implement version 1 #1

Closed ReneRanzinger closed 1 year ago

ReneRanzinger commented 1 year ago

Java command line program with the following options:

-f GWS file. Exactly one of -f, -j or -d must be present.

-d Folder with GWS files. Exactly one of -f, -j or -d must be present.

-g GlyTouCan ID generation. At least one of -g or -c must be present.

-c Cartoon generation. At least one of -g or -c must be present.

-o Output folder. Mandatory.

-j Job file. Exactly one of -f, -j or -d must be present.

Program logic

Output Excel file with the following columns:

  1. Name of the original GWS file (only if -d is used)
  2. Number of the sequence in the GWS file
  3. GlyTouCan ID (only if -g is not used)
  4. Glycan Cartoon (only if -c is not used)

Job File This file contains the last status of the current job. It has a list of input files. With each file having a list of glycans. Each glycan has a GWS sequences (other sequences such as GlycoCT and WURCS as needed), the last status from the GlyTouCan registration.

senaarpinar commented 1 year ago

add a column for errors into the excel sheet

senaarpinar commented 1 year ago

The first version is implemented