Mercurial > repos > bgruening > text_processing
comparison awk.xml @ 22:97a131fbeef4 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 09b22cceacb34dd4c6c1b42890f93232df128208"
| author | bgruening |
|---|---|
| date | Sat, 21 Mar 2020 17:47:24 +0000 |
| parents | 0e3b611245f7 |
| children | 5fef6d08de83 |
comparison
equal
deleted
inserted
replaced
| 21:0e3b611245f7 | 22:97a131fbeef4 |
|---|---|
| 13 awk | 13 awk |
| 14 --sandbox | 14 --sandbox |
| 15 -v FS=' ' | 15 -v FS=' ' |
| 16 -v OFS=' ' | 16 -v OFS=' ' |
| 17 --re-interval | 17 --re-interval |
| 18 -f '$awk_script' | 18 -f "$awk_script" |
| 19 '$infile' | 19 "$infile" |
| 20 > '$outfile' | 20 > "$outfile" |
| 21 ]]> | 21 ]]> |
| 22 </command> | 22 </command> |
| 23 <configfiles> | 23 <configfiles> |
| 24 <configfile name="awk_script">$code</configfile> | 24 <configfile name="awk_script">$code</configfile> |
| 25 </configfiles> | 25 </configfiles> |
