comparison cfsan_centriflaken.xml @ 65:ec3fca35a622

"planemo upload"
author kkonganti
date Wed, 13 Jul 2022 13:35:25 -0400
parents ef8d8b8f41cc
children ccc58509834c
comparison
equal deleted inserted replaced
64:ef8d8b8f41cc 65:ec3fca35a622
11 #import os 11 #import os
12 #if (str($input_read_type_cond.input_read_type) == "single_long"): 12 #if (str($input_read_type_cond.input_read_type) == "single_long"):
13 #for $key in $input_read_type_cond.input.keys() 13 #for $key in $input_read_type_cond.input.keys()
14 ln -sf '$input_read_type_cond.input[$key]' './cpipes-input/$key'; 14 ln -sf '$input_read_type_cond.input[$key]' './cpipes-input/$key';
15 #end for 15 #end for
16 #elif (str($input_read_type_cond.input_read_type) == "paired"): 16 #else:
17 #for $key in $input_read_type_cond.input_pair.keys() 17 #for $key in $input_read_type_cond.input_pair.keys()
18 #set $read_R1 = os.path.basename($input_read_type_cond.input_pair[$key]['forward']) 18 #set $read_R1 = os.path.basename($input_read_type_cond.input_pair[$key]['forward'])
19 #set $read_R2 = os.path.basename($input_read_type_cond.input_pair[$key]['reverse']) 19 #set $read_R2 = os.path.basename($input_read_type_cond.input_pair[$key]['reverse'])
20 ln -sf '$input_read_type_cond.input_pair[$key]['forward']' './cpipes-input/$read_R1'; 20 ln -sf '$input_read_type_cond.input_pair[$key]['forward']' './cpipes-input/$read_R1';
21 ln -sf '$input_read_type_cond.input_pair[$key]['reverse']' './cpipes-input/$read_R2'; 21 ln -sf '$input_read_type_cond.input_pair[$key]['reverse']' './cpipes-input/$read_R2';