Mercurial > repos > onnodg > add_taxonomic_labels
diff add_taxonomic_labels.py @ 4:04ec86bdac32 draft default tip
planemo upload for repository https://github.com/Onnodg/Naturalis_NLOOR/tree/main/NLOOR_scripts/add_header_tool commit 4017d38cf327c48a6252e488ba792527dae97a70-dirty
| author | onnodg |
|---|---|
| date | Mon, 15 Dec 2025 17:01:06 +0000 |
| parents | f4b8ab4ed24e |
| children |
line wrap: on
line diff
--- a/add_taxonomic_labels.py Mon Dec 15 16:50:12 2025 +0000 +++ b/add_taxonomic_labels.py Mon Dec 15 17:01:06 2025 +0000 @@ -97,6 +97,10 @@ def main(arg_list=None): + # arg_list = [ + # '--input_file', 'test-data/input.fa.tabular', + # '--output_file', 'test-data/output_fa.tabular', + # ] args = parse_arguments(arg_list) add_labels(args.input_file, args.output_file, args.taxon_levels)
