Mercurial > repos > galaxyp > regex_find_replace
comparison regex.xml @ 2:6dcfb96bc8b0 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 15:30:05 +0000 |
| parents | bf0c0905fd60 |
| children | d72a404cef12 |
comparison
equal
deleted
inserted
replaced
| 1:bf0c0905fd60 | 2:6dcfb96bc8b0 |
|---|---|
| 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"> |
