Mercurial > repos > mzhuang > chess_test
comparison chess_test.xml @ 1:fdc832c0cde8 draft
"planemo upload"
| author | mzhuang |
|---|---|
| date | Sat, 25 Sep 2021 19:40:48 +0000 |
| parents | c5d6fd378400 |
| children | 1877f48c9d4c |
comparison
equal
deleted
inserted
replaced
| 0:c5d6fd378400 | 1:fdc832c0cde8 |
|---|---|
| 1 <tool id="chess_test" name="CHESS Pre-processing Tool" version="0.1.0"> | 1 <tool id="chess_test" name="CHESS Test Pre-processing Tool" version="0.2.0"> |
| 2 <description>for pre-processing raw data</description> | 2 <description>for pre-processing raw data</description> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="0.8.4">hexrd</requirement> | 4 <requirement type="package" version="0.8.4">hexrd</requirement> |
| 5 </requirements> | 5 </requirements> |
| 6 <command><![CDATA[ | 6 <command><![CDATA[ |
| 7 mkdir -p output; | 7 mkdir -p output; |
| 8 cd output; | 8 cd output; |
| 9 set $history_id=$__app__.security.encode_id($output.creating_job.history.id) | 9 #set $history_id=$__app__.security.encode_id($output.creating_job.history.id) |
| 10 echo '$history_id' >> '$output'; | 10 echo '$history_id' >> '$output'; |
| 11 | 11 |
| 12 ]]></command> | 12 ]]></command> |
| 13 <inputs> | 13 <inputs> |
| 14 <!-- | 14 <!-- |
