diff --git a/tools/maaslin2/maaslin2.xml b/tools/maaslin2/maaslin2.xml index c56fe2308dd..9b02af0511e 100644 --- a/tools/maaslin2/maaslin2.xml +++ b/tools/maaslin2/maaslin2.xml @@ -12,6 +12,7 @@ ## can only return indices with type="data_column" ## using awk so that the file is only parsed on command line execution +#if $fixed_effects #set idx = [] #for $i in $fixed_effects: #silent idx.append(f'${i}') @@ -20,7 +21,10 @@ fixed_effects=`awk -v OFS=',' -F"\t" 'NR == 1 { print $idx_for_awk}' '$input_metadata'` && echo 'Assigned fixed effects as:' \$fixed_effects && +#end if + +#if $random_effects #set idx = [] #for $i in $random_effects: #silent idx.append(f'${i}') @@ -29,6 +33,7 @@ echo 'Assigned fixed effects as:' \$fixed_effects && random_effects=`awk -v OFS=',' -F"\t" 'NR == 1 { print $idx_for_awk}' '$input_metadata'` && echo 'Assigned random effects as:' \$random_effects && +#end if ln -s '$input_data' 'input_data.tsv' && @@ -79,9 +84,9 @@ cd outputFolder && mkdir -p figures/ && cp *.pdf figures - + - + @@ -108,7 +113,7 @@ cd outputFolder && mkdir -p figures/ && cp *.pdf figures - + @@ -332,6 +337,100 @@ cd outputFolder && mkdir -p figures/ && cp *.pdf figures + + + + +
+ + + + + + + + +
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + +
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
- 1.7.3 + 0.99.12 0 20.01