Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_gneiss_gradient-clustering.xml @ 2:51025741f326 draft
Uploaded
author | florianbegusch |
---|---|
date | Thu, 18 Jul 2019 12:19:15 -0400 |
parents | 370e0b6e9826 |
children | f190567fe3f6 |
comparison
equal
deleted
inserted
replaced
1:255f48db74f8 | 2:51025741f326 |
---|---|
9 | 9 |
10 --i-table=$itable | 10 --i-table=$itable |
11 --m-gradient-column="$mgradientcolumn" | 11 --m-gradient-column="$mgradientcolumn" |
12 | 12 |
13 | 13 |
14 #if $input_files_mgradientfile: | |
14 #def list_dict_to_string(list_dict): | 15 #def list_dict_to_string(list_dict): |
15 #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') | 16 #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') |
16 #for d in list_dict[1:]: | 17 #for d in list_dict[1:]: |
17 #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') | 18 #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') |
18 #end for | 19 #end for |
19 #return $file_list | 20 #return $file_list |
20 #end def | 21 #end def |
21 | |
22 --m-gradient-file=$list_dict_to_string($input_files_mgradientfile) | 22 --m-gradient-file=$list_dict_to_string($input_files_mgradientfile) |
23 | 23 #end if |
24 | 24 |
25 #if $pnoweighted: | 25 #if $pnoweighted: |
26 --p-no-weighted | 26 --p-no-weighted |
27 #end if | 27 #end if |
28 | 28 |