Mercurial > repos > galaxyp > regex_find_replace
comparison regex.xml @ 2:538933d9fccc draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/regex_find_replace commit 8871a847daed1f996c0a2069c3e876685bf8d220"
author | galaxyp |
---|---|
date | Tue, 07 Apr 2020 11:31:27 -0400 |
parents | 209b7c5ee9d7 |
children | 399da6b5ec21 |
comparison
equal
deleted
inserted
replaced
1:209b7c5ee9d7 | 2:538933d9fccc |
---|---|
1 <tool id="regex1" name="Regex Find And Replace" version="1.0.0"> | 1 <tool id="regex1" name="Regex Find And Replace" version="1.0.1"> |
2 <description></description> | 2 <description></description> |
3 <command interpreter="python">regex.py --input '$input' --output '$out_file1' --input_display_name '$input.display_name' | 3 <requirements> |
4 <requirement type="package" version="3.7">python</requirement> | |
5 </requirements> | |
6 <command> | |
7 python '$__tool_directory__/regex.py' | |
8 --input '$input' | |
9 --output '$out_file1' | |
10 --input_display_name '$input.display_name' | |
4 #for $check in $checks: | 11 #for $check in $checks: |
5 --pattern='$check.pattern' --replacement='$check.replacement' | 12 --pattern='$check.pattern' --replacement='$check.replacement' |
6 #end for | 13 #end for |
7 </command> | 14 </command> |
8 <inputs> | 15 <inputs> |
9 <param format="txt" name="input" type="data" label="Select lines from"/> | 16 <param format="txt" name="input" type="data" label="Select lines from"/> |
10 <repeat name="checks" title="Check"> | 17 <repeat name="checks" title="Check"> |