Mercurial > repos > florianbegusch > qiime2_suite
comparison qiime2/qiime_sample-classifier_maturity-index.xml @ 1:255f48db74f8 draft
Hotfix
author | florianbegusch |
---|---|
date | Wed, 17 Jul 2019 03:26:16 -0400 |
parents | 370e0b6e9826 |
children | 51025741f326 |
comparison
equal
deleted
inserted
replaced
0:370e0b6e9826 | 1:255f48db74f8 |
---|---|
75 | 75 |
76 #if str($prandomstate): | 76 #if str($prandomstate): |
77 --p-random-state="$prandomstate" | 77 --p-random-state="$prandomstate" |
78 #end if | 78 #end if |
79 ; | 79 ; |
80 qiime tools export ovisualization.qzv --output-dir out && mkdir -p '$ovisualization.files_path' | 80 qiime tools export --input-path ovisualization.qzv --output-path out && mkdir -p '$ovisualization.files_path' |
81 && cp -r out/* '$ovisualization.files_path' | 81 && cp -r out/* '$ovisualization.files_path' |
82 && mv '$ovisualization.files_path/index.html' '$ovisualization' | 82 && mv '$ovisualization.files_path/index.html' '$ovisualization' |
83 ]]> | 83 ]]> |
84 </command> | 84 </command> |
85 <inputs> | 85 <inputs> |