hexylena / argparse2tool

transparently build CWL and Galaxy XML tool definitions for any script that uses argparse
Apache License 2.0
26 stars 10 forks source link

possible improvements #62

Open bernt-matthias opened 6 years ago

bernt-matthias commented 6 years ago

Here some possible improvements (for now I have a solution for all of them):

This would simplify automated postprocessing quite a bit.

Example: checkm outliers -h

positional arguments: out_folder folder specified during qa command bin_folder folder containing bins (fasta format) tetra_profile tetranucleotide profiles for each sequence (see tetra command) output_file print results to file

Are now positional1,..., positional 4

I would like to use sed/grep to replace the corresponding parts of the xml with appropriate content.

hexylena commented 6 years ago

I'd love to see all of this!

I'm afraid I've got a couple of other higher priority things for approximately the next month, so if you want most of this, I'd be happy to review any pull requests you make. Sorry I don't have more time for this repository.