# HG changeset patch # User ximgchess # Date 1688141157 0 # Node ID e51b6d230dd8a9fcdaf031d8aeb4c14b7d18f54b # Parent f524e7c848f6c635da7df6de66db5c1083baa85d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit bd55c86b9f7bfabff0bbec1f10704850fec82f02-dirty diff -r f524e7c848f6 -r e51b6d230dd8 chapbook_demo/chapbook_demo.xml --- a/chapbook_demo/chapbook_demo.xml Fri Jun 30 15:48:59 2023 +0000 +++ b/chapbook_demo/chapbook_demo.xml Fri Jun 30 16:05:57 2023 +0000 @@ -1,4 +1,4 @@ - + ../macros.xml @@ -16,7 +16,8 @@ ## Create symlinks in the tool directory to all items in the ## input directory provided by the user #import os.path - #set $norm_indir = os.path.normpath($indir) + #set $usr_indir = $indir + #set $norm_indir = os.path.normpath($usr_indir) ln -s '$norm_indir'/* '$__tool_directory__' && ## Run the pipeline provided @@ -30,7 +31,7 @@ - +