Previous changeset 2:538933d9fccc (2020-04-07) Next changeset 4:399da6b5ec21 (2022-07-14) |
Commit message:
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/regex_find_replace commit 0595f14f3b95f8b8190b58625217c72e76c649ee" |
modified:
regex_tabular.xml |
b |
diff -r 538933d9fccc -r ae8c4b2488e7 regex_tabular.xml --- a/regex_tabular.xml Tue Apr 07 11:31:27 2020 -0400 +++ b/regex_tabular.xml Fri May 08 04:01:27 2020 -0400 |
b |
@@ -4,7 +4,7 @@ <requirement type="package" version="3.7">python</requirement> </requirements> <command> - python '$__tool_requirements__/regex.py' + python '$__tool_directory__/regex.py' --input '$input' --output '$out_file1' --column $field |