| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/florianbegusch/qiime2_wrappers/qiime_sample-classifier_regress-samples-ncv/2019.4 (this tool) |
| qiime_sample-classifier_regress-samples-ncv |
| Requirements (dependencies defined in the <requirements> tag set) |
| name | version | type |
| qiime2 | 2019.4 | package |
| Additional information about this tool |
qiime sample-classifier regress-samples-ncv
--i-table=$itable
--m-metadata-column="$mmetadatacolumn"
#if str($pcv):
--p-cv=$pcv
#end if
#if str($prandomstate):
--p-random-state="$prandomstate"
#end if
#set $pnjobs = '${GALAXY_SLOTS:-4}'
#if str($pnjobs):
--p-n-jobs="$pnjobs"
#end if
#if str($pnestimators):
--p-n-estimators=$pnestimators
#end if
#if str($pestimator) != 'None':
--p-estimator=$pestimator
#end if
#if $pstratify:
--p-stratify
#end if
#if $pparametertuning:
--p-parameter-tuning
#end if
#if str($pmissingsamples) != 'None':
--p-missing-samples=$pmissingsamples
#end if
#if $metadatafile:
--m-metadata-file=$metadatafile
#end if
--o-predictions=opredictions
--o-feature-importance=ofeatureimportance
;
cp opredictions.qza $opredictions;
cp ofeatureimportance.qza $ofeatureimportance
| Functional tests |