Mercurial > repos > refinery-platform > picard_merge_sam_files
comparison picard_macros.xml @ 8:afcccc536c1d draft default tip
planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 18b5e06ecfca32bbeed3306c4576ddb500d71cc1
| author | refinery-platform |
|---|---|
| date | Mon, 24 Sep 2018 10:51:56 -0400 |
| parents | 4a06ecf77f92 |
| children |
comparison
equal
deleted
inserted
replaced
| 7:28f273969b5e | 8:afcccc536c1d |
|---|---|
| 6 <option value="STRICT">Strict</option> | 6 <option value="STRICT">Strict</option> |
| 7 </param> | 7 </param> |
| 8 </xml> | 8 </xml> |
| 9 | 9 |
| 10 <token name="@TOOL_VERSION@">2.7.1</token> | 10 <token name="@TOOL_VERSION@">2.7.1</token> |
| 11 | |
| 12 <xml name="requirements"> | |
| 13 <requirements> | |
| 14 <requirement type="package" version="2.7.1">picard</requirement> | |
| 15 <yield/> | |
| 16 </requirements> | |
| 17 </xml> | |
| 11 | 18 |
| 12 <token name="@symlink_element_identifier@"><![CDATA[ | 19 <token name="@symlink_element_identifier@"><![CDATA[ |
| 13 #import re | 20 #import re |
| 14 #set escaped_element_identifier = re.sub('[^\w\-]', '_', str($inputFile.element_identifier)) | 21 #set escaped_element_identifier = re.sub('[^\w\-]', '_', str($inputFile.element_identifier)) |
| 15 ln -f -s '$inputFile' '$escaped_element_identifier' && | 22 ln -f -s '$inputFile' '$escaped_element_identifier' && |
