Open louie-github opened 1 year ago
That's about it – the only other thing is refusing to process gzip files that contain metadata (comment or extra field) which would be removed otherwise. I'll look into documenting this better.
For ECT's help interface, run the program with no arguments, -h
or -help
.
From what I have learned by skimming through some issues and asking around, using
--strict
does these things:Is there anything else this option does? I think it would be useful to document it somewhere, either in the README or in the help string.
Additionally, as a side note, you should probably add
--help
as an option to ECT.Thank you!