Autometa icon indicating copy to clipboard operation
Autometa copied to clipboard

Change arg name `--norm-output` for `autometa-kmers` entrypoint

Open chasemc opened this issue 2 years ago • 2 comments

Don't change this yet, but the following argument name is confusing. It's an input path to a tsv of normalized kmer counts but is named norm-output.

https://github.com/KwanLab/Autometa/blob/baf61c04dddf5b33bb825dba2841de1e38dffefe/autometa/common/kmers.py#L736-L740

The command's output file path is also named ...-output: https://github.com/KwanLab/Autometa/blob/baf61c04dddf5b33bb825dba2841de1e38dffefe/autometa/common/kmers.py#L758-L762

chasemc avatar Mar 16 '23 14:03 chasemc

I'm making a couple edits to this file elsewhere, so wait until those are merged before addressing this

chasemc avatar Mar 16 '23 14:03 chasemc

NOTE: These are both input and outputs paths. If the paths do not exist, autometa-kmers will write the respective files to the specified paths.

evanroyrees avatar May 16 '23 16:05 evanroyrees