Mercurial > repos > kkonganti > cfsan_centriflaken
changeset 71:783721d5b326
"planemo upload"
author | kkonganti |
---|---|
date | Wed, 13 Jul 2022 14:14:38 -0400 |
parents | 4e72dfe54475 |
children | 306431b9bf86 |
files | cfsan_centriflaken.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfsan_centriflaken.xml Wed Jul 13 14:13:16 2022 -0400 +++ b/cfsan_centriflaken.xml Wed Jul 13 14:14:38 2022 -0400 @@ -17,8 +17,8 @@ #for _, $pair in enumerate($input_read_type_cond.input_pair) #set $read_R1 = os.path.basename(str($pair.forward)) #set $read_R2 = os.path.basename(str($pair.reverse)) - ln -sf '$pair.forward' './cpipes-input/${read_R1.name}'; - ln -sf '$pair.reverse' './cpipes-input/${read_R2.name}'; + ln -sf '$pair.forward' './cpipes-input/$read_R1.name'; + ln -sf '$pair.reverse' './cpipes-input/$read_R2.name'; #end for #end if $__tool_directory__/0.2.1/cpipes