changeset 1:fdc832c0cde8 draft

"planemo upload"
author mzhuang
date Sat, 25 Sep 2021 19:40:48 +0000
parents c5d6fd378400
children 1877f48c9d4c
files chess_test.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/chess_test.xml	Sat Sep 25 19:28:28 2021 +0000
+++ b/chess_test.xml	Sat Sep 25 19:40:48 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="chess_test" name="CHESS Pre-processing Tool" version="0.1.0">
+<tool id="chess_test" name="CHESS Test Pre-processing Tool" version="0.2.0">
   <description>for pre-processing raw data</description>
   <requirements>
       <requirement type="package" version="0.8.4">hexrd</requirement>
@@ -6,7 +6,7 @@
   <command><![CDATA[
     mkdir -p output;
     cd output;
-    set $history_id=$__app__.security.encode_id($output.creating_job.history.id)
+    #set $history_id=$__app__.security.encode_id($output.creating_job.history.id)
     echo '$history_id' >> '$output';
 
   ]]></command>