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.
Here some possible improvements (for now I have a solution for all of them):
<command interpreter="python"><!\[CDATA\[-><command><!\[CDATA\[pythonThis would simplify automated postprocessing quite a bit.
Example:
checkm outliers -hpositional 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.