# HG changeset patch # User florianbegusch # Date 1565696425 14400 # Node ID 71f124e020007a31eb036483e1c6977cb2dd52e0 # Parent eda5df31da5564d5877343ea62476fe3290a1ab2 Fixes diff -r eda5df31da55 -r 71f124e02000 qiime2/merge_feature_table_and_taxonomy.xml --- a/qiime2/merge_feature_table_and_taxonomy.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/merge_feature_table_and_taxonomy.xml Tue Aug 13 07:40:25 2019 -0400 @@ -7,8 +7,8 @@ mkdir out; -qiime tools export --input-path --output-path out $taxonomy_qza; -qiime tools export --input-path --output-path out $biom_qza; +qiime tools export --input-path $taxonomy_qza --output-path out; +qiime tools export --input-path $biom_qza --output-path out; sed -i '1s;^;#;' out/*.tsv; sed -i 's/Confidence/confidence/g' out/*.tsv; diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_alignment_mask.xml --- a/qiime2/qiime_alignment_mask.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_alignment_mask.xml Tue Aug 13 07:40:25 2019 -0400 @@ -19,6 +19,7 @@ --p-min-conservation=$pminconservation #end if +; cp omaskedalignment.qza $omaskedalignment ]]> diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_composition_add-pseudocount.xml --- a/qiime2/qiime_composition_add-pseudocount.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_composition_add-pseudocount.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,7 +10,7 @@ --i-table=$itable --o-composition-table=ocompositiontable -#if $ppseudocount: +#if str($ppseudocount): --p-pseudocount=$ppseudocount #end if ; diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_composition_ancom.xml --- a/qiime2/qiime_composition_ancom.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_composition_ancom.xml Tue Aug 13 07:40:25 2019 -0400 @@ -9,15 +9,15 @@ --i-table=$itable -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def + ---m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) --m-metadata-column="$mmetadatacolumn" +#if $metadatafile: + --m-metadata-file=$metadatafile +#end if + + + +--m-metadata-column="$mmetadatacolumn" #if str($pdifferencefunction) != 'None': --p-difference-function=$pdifferencefunction @@ -35,9 +35,10 @@ ]]> - - - + + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_cutadapt_demux-paired.xml --- a/qiime2/qiime_cutadapt_demux-paired.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_cutadapt_demux-paired.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,28 +8,71 @@ qiime cutadapt demux-paired --i-seqs=$iseqs -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list + +#if $input_files_mforwardbarcodesfile: +#def list_dict_to_string_forward(list_dict): + #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') + #for d in list_dict[1:]: + #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') + #end for + #return $file_list +#end def +--m-forward-barcodes-file=$list_dict_to_string_forward($input_files_mforwardbarcodesfile) +#end if + +#if $input_files_mreversebarcodesfile: +#def list_dict_to_string_reverse(list_dict): + #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') + #for d in list_dict[1:]: + #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') + #end for + #return $file_list #end def +--m-reverse-barcodes-file=$list_dict_to_string_reverse($input_files_mreversebarcodesfile) +#end if ---m-forward-barcodes-file=$list_dict_to_string("$input_files_mforwardbarcodesfile") ---m-reverse-barcodes-file=$list_dict_to_string("$input_files_mreversebarcodesfile") + + + +#if '__sq__' in str($mforwardbarcodescolumn): + #set $mforwardbarcodescolumn_temp = $mforwardbarcodescolumn.replace('__sq__', "'") + #set $mforwardbarcodescolumn = $mforwardbarcodescolumn_temp +#end if + +#if '__db__' in str($mforwardbarcodescolumn): + #set $mforwardbarcodescolumn_temp = $mforwardbarcodescolumn.replace('__db__', '"') + #set $mforwardbarcodescolumn = $mforwardbarcodescolumn_temp +#end if +#if str($mforwardbarcodescolumn): --m-forward-barcodes-column="$mforwardbarcodescolumn" +#end if + + + + +#if '__sq__' in str($mreversebarcodescolumn): + #set $mreversebarcodescolumn_temp = $mreversebarcodescolumn.replace('__sq__', "'") + #set $mreversebarcodescolumn = $mreversebarcodescolumn_temp +#end if + +#if '__db__' in str($mreversebarcodescolumn): + #set $mreversebarcodescolumn_temp = $mreversebarcodescolumn.replace('__db__', '"') + #set $mreversebarcodescolumn = $mreversebarcodescolumn_temp +#end if #if str($mreversebarcodescolumn): --m-reverse-barcodes-column="$mreversebarcodescolumn" #end if + + #if $perrorrate: --p-error-rate=$perrorrate #end if + --o-per-sample-sequences=opersamplesequences --o-untrimmed-sequences=ountrimmedsequences ; diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_cutadapt_demux-single.xml --- a/qiime2/qiime_cutadapt_demux-single.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_cutadapt_demux-single.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,19 +8,36 @@ qiime cutadapt demux-single --i-seqs=$iseqs + + + +#if '__sq__' in str($mbarcodescolumn): + #set $mbarcodescolumn_temp = $mbarcodescolumn.replace('__sq__', "'") + #set $mbarcodescolumn = $mbarcodescolumn_temp +#end if + --m-barcodes-column="$mbarcodescolumn" + + --o-per-sample-sequences=opersamplesequences --o-untrimmed-sequences=ountrimmedsequences + + + + + +#if $input_files_mbarcodesfile: #def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list +#set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') +#for d in list_dict[1:]: + #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') +#end for +#return $file_list #end def +--m-barcodes-file=$list_dict_to_string($input_files_mbarcodesfile) +#end if ---m-barcodes-file=$list_dict_to_string("$input_files_mbarcodesfile") #if $perrorrate: --p-error-rate=$perrorrate @@ -33,7 +50,7 @@ ]]> - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_cutadapt_trim-paired.xml --- a/qiime2/qiime_cutadapt_trim-paired.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_cutadapt_trim-paired.xml Tue Aug 13 07:40:25 2019 -0400 @@ -14,14 +14,37 @@ --p-cores=$pcores #end if + + +#if '__sq__' in str($padapterf): + #set $padapterf_temp = $padapterf.replace('__sq__', "'") + #set $padapterf = $padapterf_temp +#end if + +#if 'X' in str($padapterf): + #set $padapterf_temp = $padapterf.replace('X', "$") + #set $padapterf = $padapterf_temp +#end if + #if str($padapterf): --p-adapter-f="$padapterf" #end if + + + +#if '__sq__' in str($pfrontf): + #set $pfrontf_temp = $pfrontf.replace('__sq__', "'") + #set $pfrontf = $pfrontf_temp +#end if + #if str($pfrontf): --p-front-f="$pfrontf" #end if + + + #if '__sq__' in str($panywheref): #set $panywheref_temp = $panywheref.replace('__sq__', "'") #set $panywheref = $panywheref_temp @@ -32,14 +55,36 @@ #end if + + + +#if '__sq__' in str($padapterr): + #set $padapterr_temp = $padapterr.replace('__sq__', "'") + #set $padapterr = $padapterr_temp +#end if + +#if 'X' in str($padapterr): + #set $padapterr_temp = $padapterr.replace('X', "$") + #set $padapterr = $padapterr_temp +#end if + #if str($padapterr): --p-adapter-r="$padapterr" #end if + + +#if '__sq__' in str($pfrontr): + #set $pfrontr_temp = $pfrontr.replace('__sq__', "'") + #set $pfrontr = $pfrontr_temp +#end if + #if str($pfrontr): --p-front-r="$pfrontr" #end if + + #if '__sq__' in str($panywherer): #set $panywherer_temp = $panywherer.replace('__sq__', "'") #set $panywherer = $panywherer_temp @@ -49,7 +94,9 @@ --p-anywhere-r="$panywherer" #end if -#if $perrorrate: + + +#if str($perrorrate): --p-error-rate=$perrorrate #end if @@ -61,7 +108,7 @@ --p-times=$ptimes #end if -#if $poverlap: +#if str($poverlap): --p-overlap=$poverlap #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_cutadapt_trim-single.xml --- a/qiime2/qiime_cutadapt_trim-single.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_cutadapt_trim-single.xml Tue Aug 13 07:40:25 2019 -0400 @@ -13,14 +13,38 @@ --p-cores=$pcores #end if + +#if '__sq__' in str($padapter): + #set $padapter_temp = $padapter.replace('__sq__', "'") + #set $padapter = $padapter_temp +#end if + +#if 'X' in str($padapter): + #set $padapter_temp = $padapter.replace('X', "$") + #set $padapter = $padapter_temp +#end if + #if str($padapter): --p-adapter="$padapter" #end if + + + + +#if '__sq__' in str($pfront): + #set $pfront_temp = $pfront.replace('__sq__', "'") + #set $pfront = $pfront_temp +#end if + #if str($pfront): --p-front="$pfront" #end if + + + + #if '__sq__' in str($panywhere): #set $panywhere_temp = $panywhere.replace('__sq__', "'") #set $panywhere = $panywhere_temp @@ -31,7 +55,9 @@ #end if -#if $perrorrate: + + +#if str($perrorrate): --p-error-rate=$perrorrate #end if @@ -39,11 +65,11 @@ --p-no-indels #end if -#if $ptimes: +#if str($ptimes): --p-times=$ptimes #end if -#if $poverlap: +#if str($poverlap): --p-overlap=$poverlap #end if @@ -55,7 +81,7 @@ --p-no-match-adapter-wildcards #end if -#if $pminimumlength: +#if str($pminimumlength): --p-minimum-length=$pminimumlength #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_dada2_denoise-paired.xml --- a/qiime2/qiime_dada2_denoise-paired.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_dada2_denoise-paired.xml Tue Aug 13 07:40:25 2019 -0400 @@ -5,24 +5,88 @@ qiime2 + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_dada2_denoise-pyro.xml --- a/qiime2/qiime_dada2_denoise-pyro.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_dada2_denoise-pyro.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,21 +8,24 @@ qiime dada2 denoise-pyro --i-demultiplexed-seqs=$idemultiplexedseqs ---p-trunc-len="$ptrunclen" -#if $ptrimleft: +#if str($ptrunclen): + --p-trunc-len="$ptrunclen" +#end if + +#if str($ptrimleft): --p-trim-left=$ptrimleft #end if -#if $pmaxee: +#if str($pmaxee): --p-max-ee=$pmaxee #end if -#if $ptruncq: +#if str($ptruncq): --p-trunc-q=$ptruncq #end if -#if $pmaxlen: +#if str($pmaxlen): --p-max-len=$pmaxlen #end if @@ -30,7 +33,7 @@ --p-chimera-method=$pchimeramethod #end if -#if $pminfoldparentoverabundance: +#if str($pminfoldparentoverabundance): --p-min-fold-parent-over-abundance=$pminfoldparentoverabundance #end if @@ -40,11 +43,11 @@ #end if -#if $pnreadslearn: +#if str($pnreadslearn): --p-n-reads-learn=$pnreadslearn #end if -#if $pnohashedfeatureids: +#if str($pnohashedfeatureids): --p-no-hashed-feature-ids #end if @@ -141,6 +144,7 @@ The resulting feature sequences. Each feature in the feature table will be represented by exactly one sequence. denoising_stats : SampleData[DADA2Stats] + \ ]]> qiime_citation.xml diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_dada2_denoise-single.xml --- a/qiime2/qiime_dada2_denoise-single.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_dada2_denoise-single.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,17 +8,20 @@ qiime dada2 denoise-single --i-demultiplexed-seqs=$idemultiplexedseqs ---p-trunc-len="$ptrunclen" -#if $ptrimleft: +#if str($ptrunclen): + --p-trunc-len="$ptrunclen" +#end if + +#if str($ptrimleft): --p-trim-left=$ptrimleft #end if -#if $pmaxee: +#if str($pmaxee): --p-max-ee=$pmaxee #end if -#if $ptruncq: +#if str($ptruncq): --p-trunc-q=$ptruncq #end if @@ -26,7 +29,7 @@ --p-chimera-method=$pchimeramethod #end if -#if $pminfoldparentoverabundance: +#if str($pminfoldparentoverabundance): --p-min-fold-parent-over-abundance=$pminfoldparentoverabundance #end if @@ -36,11 +39,11 @@ #end if -#if $pnreadslearn: +#if str($pnreadslearn): --p-n-reads-learn=$pnreadslearn #end if -#if $pnohashedfeatureids: +#if str($pnohashedfeatureids): --p-no-hashed-feature-ids #end if @@ -66,7 +69,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_deblur_denoise-16S.xml --- a/qiime2/qiime_deblur_denoise-16S.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_deblur_denoise-16S.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,33 +8,38 @@ qiime deblur denoise-16S --i-demultiplexed-seqs=$idemultiplexedseqs ---p-trim-length="$ptrimlength" + + -#if $plefttrimlen: +#if str($ptrimlength): + --p-trim-length=$ptrimlength +#end if + +#if str($plefttrimlen): --p-left-trim-len=$plefttrimlen #end if -#if $psamplestats: +#if str($psamplestats): --p-sample-stats #end if -#if $pmeanerror: +#if str($pmeanerror): --p-mean-error=$pmeanerror #end if -#if $pindelprob: +#if str($pindelprob): --p-indel-prob=$pindelprob #end if -#if $pindelmax: +#if str($pindelmax): --p-indel-max=$pindelmax #end if -#if $pminreads: +#if str($pminreads): --p-min-reads=$pminreads #end if -#if $pminsize: +#if str($pminsize): --p-min-size=$pminsize #end if @@ -45,7 +50,7 @@ #end if -#if $pnohashedfeatureids: +#if str($pnohashedfeatureids): --p-no-hashed-feature-ids #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_deblur_denoise-other.xml --- a/qiime2/qiime_deblur_denoise-other.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_deblur_denoise-other.xml Tue Aug 13 07:40:25 2019 -0400 @@ -9,33 +9,36 @@ --i-demultiplexed-seqs=$idemultiplexedseqs --i-reference-seqs=$ireferenceseqs ---p-trim-length="$ptrimlength" -#if $plefttrimlen: +#if str($ptrimlength): + --p-trim-length="$ptrimlength" +#end if + +#if str($plefttrimlen): --p-left-trim-len=$plefttrimlen #end if -#if $psamplestats: +#if str($psamplestats): --p-sample-stats #end if -#if $pmeanerror: +#if str($pmeanerror): --p-mean-error=$pmeanerror #end if -#if $pindelprob: +#if str($pindelprob): --p-indel-prob=$pindelprob #end if -#if $pindelmax: +#if str($pindelmax): --p-indel-max=$pindelmax #end if -#if $pminreads: +#if str($pminreads): --p-min-reads=$pminreads #end if -#if $pminsize: +#if str($pminsize): --p-min-size=$pminsize #end if @@ -46,7 +49,7 @@ #end if -#if $pnohashedfeatureids: +#if str($pnohashedfeatureids): --p-no-hashed-feature-ids #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_demux_emp-paired.xml --- a/qiime2/qiime_demux_emp-paired.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_demux_emp-paired.xml Tue Aug 13 07:40:25 2019 -0400 @@ -11,6 +11,7 @@ --m-barcodes-column="$mbarcodescolumn" +#if $input_files_mbarcodesfile: #def list_dict_to_string(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: @@ -18,8 +19,8 @@ #end for #return $file_list #end def - --m-barcodes-file=$list_dict_to_string($input_files_mbarcodesfile) +#end if #if $pnogolayerrorcorrection: diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_demux_emp-single.xml --- a/qiime2/qiime_demux_emp-single.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_demux_emp-single.xml Tue Aug 13 07:40:25 2019 -0400 @@ -11,6 +11,7 @@ --m-barcodes-column="$mbarcodescolumn" +#if $input_files_mbarcodesfile: #def list_dict_to_string(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: @@ -18,8 +19,8 @@ #end for #return $file_list #end def - --m-barcodes-file=$list_dict_to_string($input_files_mbarcodesfile) +#end if #if $pnogolayerrorcorrection: @@ -41,8 +42,8 @@ cp oerrorcorrectiondetails.qza $oerrorcorrectiondetails ]]> - - + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_demux_filter-samples.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2/qiime_demux_filter-samples.xml Tue Aug 13 07:40:25 2019 -0400 @@ -0,0 +1,71 @@ + + + - Filter samples out of demultiplexed data. + + qiime2 + + + + + + + + + + + + + + + + + + qiime_citation.xml + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_demux_summarize.xml --- a/qiime2/qiime_demux_summarize.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_demux_summarize.xml Tue Aug 13 07:40:25 2019 -0400 @@ -9,7 +9,7 @@ --i-data=$idata -#if $pn: +#if str($pn): --p-n=$pn #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_adonis.xml --- a/qiime2/qiime_diversity_adonis.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_adonis.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,22 +10,29 @@ --i-distance-matrix=$idistancematrix +#if $input_files_mmetadatafile: #def list_dict_to_string(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') + #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') #end for #return $file_list #end def - ---m-metadata-file=$list_dict_to_string("$input_files_mmetadatafile") +--m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) +#end if +#if '__sq__' in str($pformula): + #set $pformula_temp = $pformula.replace('__sq__', "'") + #set $pformula = $pformula_temp +#end if --p-formula="$pformula" -#if $ppermutations: + + +#if str($ppermutations): --p-permutations=$ppermutations #end if @@ -45,7 +52,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_alpha-correlation.xml --- a/qiime2/qiime_diversity_alpha-correlation.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_alpha-correlation.xml Tue Aug 13 07:40:25 2019 -0400 @@ -38,12 +38,11 @@ - + - - + @@ -37,26 +39,16 @@ + + - Alpha diversity (phylogenetic) - alternative implementation + + qiime2 + + + + + + + + + + + + + + + qiime_citation.xml + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_alpha-rarefaction.xml --- a/qiime2/qiime_diversity_alpha-rarefaction.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_alpha-rarefaction.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,7 +8,11 @@ qiime diversity alpha-rarefaction --i-table=$itable ---p-max-depth="$pmaxdepth" + + +#if str($pmaxdepth): + --p-max-depth="$pmaxdepth" +#end if #if str($iphylogeny) != 'None': --i-phylogeny=$iphylogeny @@ -19,15 +23,15 @@ #end if -#if $pmindepth: +#if str($pmindepth): --p-min-depth=$pmindepth #end if -#if $psteps: +#if str($psteps): --p-steps=$psteps #end if -#if $piterations: +#if str($piterations): --p-iterations=$piterations #end if @@ -35,7 +39,7 @@ #def list_dict_to_string(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') + #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') #end for #return $file_list #end def diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_beta-correlation.xml --- a/qiime2/qiime_diversity_beta-correlation.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_beta-correlation.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,39 +8,62 @@ qiime diversity beta-correlation --i-distance-matrix=$idistancematrix + + + +#if '__sq__' in str($mmetadatacolumn): + #set $mmetadatacolumn_temp = $mmetadatacolumn.replace('__sq__', "'") + #set $mmetadatacolumn = $mmetadatacolumn_temp +#end if + --m-metadata-column="$mmetadatacolumn" + + #if str($pmethod) != 'None': --p-method=$pmethod #end if -#if $ppermutations: +#if str($ppermutations): --p-permutations=$ppermutations #end if -#if $pintersectids: +#if str($pintersectids): --p-intersect-ids #end if + + + +#if '__sq__' in str($plabel1): + #set $plabel1_temp = $plabel1.replace('__sq__', "'") + #set $plabel1 = $plabel1_temp +#end if + #if str($plabel1): --p-label1="$plabel1" #end if + + +#if '__sq__' in str($plabel2): + #set $plabel2_temp = $plabel2.replace('__sq__', "'") + #set $plabel2 = $plabel2_temp +#end if + #if str($plabel2): --p-label2="$plabel2" #end if -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): -#set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') -#for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') -#end for -#return $file_list -#end def ---m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) + + +#if $metadatafile: + --m-metadata-file=$metadatafile #end if + + + --o-metadata-distance-matrix=ometadatadistancematrix --o-mantel-scatter-visualization=omantelscattervisualization ; @@ -59,11 +82,11 @@ - - - - - + + + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_beta-group-significance.xml --- a/qiime2/qiime_diversity_beta-group-significance.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_beta-group-significance.xml Tue Aug 13 07:40:25 2019 -0400 @@ -12,19 +12,11 @@ -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) +#if $metadatafile: + --m-metadata-file=$metadatafile #end if - #if str($pmethod) != 'None': --p-method=$pmethod #end if @@ -33,7 +25,7 @@ --p-pairwise #end if -#if $ppermutations: +#if str($ppermutations): --p-permutations=$ppermutations #end if @@ -55,9 +47,7 @@ - - - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_beta-phylogenetic-alt.xml --- a/qiime2/qiime_diversity_beta-phylogenetic-alt.xml Wed Jul 17 01:53:11 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,112 +0,0 @@ - - - - Beta diversity (phylogenetic) - High Performance Computation - - qiime2 - - - - - - - - - - - - - - - - - - - - - - - - qiime_citation.xml - - - diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_beta-rarefaction.xml --- a/qiime2/qiime_diversity_beta-rarefaction.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_beta-rarefaction.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,15 +8,20 @@ qiime diversity beta-rarefaction --i-table=$itable + --p-metric=$pmetric + --p-clustering-method=$pclusteringmethod ---p-sampling-depth="$psamplingdepth" + +#if str($psamplingdepth): + --p-sampling-depth="$psamplingdepth" +#end if #if str($iphylogeny) != 'None': --i-phylogeny=$iphylogeny #end if -#if $piterations: +#if str($piterations): --p-iterations=$piterations #end if @@ -28,20 +33,19 @@ --p-color-scheme=$pcolorscheme #end if +#if $input_files_mmetadatafile: #def list_dict_to_string(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') + #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') #end for #return $file_list #end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) - +#end if --o-visualization=ovisualization ; -cp mmetadatafile.qza $mmetadatafile; qiime tools export --input-path ovisualization.qzv --output-path out && mkdir -p '$ovisualization.files_path' && cp -r out/* '$ovisualization.files_path' && mv '$ovisualization.files_path/index.html' '$ovisualization'; @@ -109,7 +113,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_beta.xml --- a/qiime2/qiime_diversity_beta.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_beta.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,9 +8,10 @@ qiime diversity beta --i-table=$itable + --p-metric=$pmetric -#if $ppseudocount: +#if str($ppseudocount): --p-pseudocount=$ppseudocount #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_bioenv.xml --- a/qiime2/qiime_diversity_bioenv.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_bioenv.xml Tue Aug 13 07:40:25 2019 -0400 @@ -24,7 +24,6 @@ --o-visualization=ovisualization ; -cp mmetadatafile.qza $mmetadatafile; qiime tools export --input-path ovisualization.qzv --output-path out && mkdir -p '$ovisualization.files_path' && cp -r out/* '$ovisualization.files_path' && mv '$ovisualization.files_path/index.html' '$ovisualization'; @@ -32,7 +31,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_core-metrics-phylogenetic.xml --- a/qiime2/qiime_diversity_core-metrics-phylogenetic.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_core-metrics-phylogenetic.xml Tue Aug 13 07:40:25 2019 -0400 @@ -9,22 +9,28 @@ --i-table=$itable --i-phylogeny=$iphylogeny ---p-sampling-depth="$psamplingdepth" + +#if str($psamplingdepth): + --p-sampling-depth="$psamplingdepth" +#end if #set $pnjobs = '${GALAXY_SLOTS:-4}' #if str($pnjobs): --p-n-jobs="$pnjobs" #end if + +#if $input_files_mmetadatafile: #def list_dict_to_string(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') + #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') #end for #return $file_list #end def +--m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) +#end if ---m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) --o-rarefied-table=orarefiedtable @@ -76,8 +82,8 @@ - - + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_core-metrics.xml --- a/qiime2/qiime_diversity_core-metrics.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_core-metrics.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,23 +8,26 @@ qiime diversity core-metrics --i-table=$itable ---p-sampling-depth="$psamplingdepth" + +#if str($psamplingdepth): + --p-sampling-depth="$psamplingdepth" +#end if #set $pnjobs = '${GALAXY_SLOTS:-4}' #if str($pnjobs): --p-n-jobs="$pnjobs" #end if +#if $input_files_mmetadatafile: #def list_dict_to_string(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') + #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') #end for #return $file_list #end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) - +#end if --o-rarefied-table=orarefiedtable --o-observed-otus-vector=oobservedotusvector @@ -56,7 +59,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_filter-distance-matrix.xml --- a/qiime2/qiime_diversity_filter-distance-matrix.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_filter-distance-matrix.xml Tue Aug 13 07:40:25 2019 -0400 @@ -45,7 +45,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_mantel.xml --- a/qiime2/qiime_diversity_mantel.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_mantel.xml Tue Aug 13 07:40:25 2019 -0400 @@ -14,7 +14,7 @@ --p-method=$pmethod #end if -#if $ppermutations: +#if str($ppermutations): --p-permutations=$ppermutations #end if @@ -22,14 +22,30 @@ --p-intersect-ids #end if + + +#if '__sq__' in str($plabel1): + #set $plabel1_temp = $plabel1.replace('__sq__', "'") + #set $plabel1 = $plabel1_temp +#end if + #if str($plabel1): --p-label1="$plabel1" #end if + + +#if '__sq__' in str($plabel2): + #set $plabel2_temp = $plabel2.replace('__sq__', "'") + #set $plabel2 = $plabel2_temp +#end if + #if str($plabel2): --p-label2="$plabel2" #end if + + --o-visualization=ovisualization ; qiime tools export --input-path ovisualization.qzv --output-path out && mkdir -p '$ovisualization.files_path' @@ -46,8 +62,8 @@ - - + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_diversity_procrustes-analysis.xml --- a/qiime2/qiime_diversity_procrustes-analysis.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_diversity_procrustes-analysis.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,7 +10,7 @@ --i-reference=$ireference --i-other=$iother -#if $pdimensions: +#if str($pdimensions): --p-dimensions=$pdimensions #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_emperor_biplot.xml --- a/qiime2/qiime_emperor_biplot.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_emperor_biplot.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,23 +10,37 @@ --i-biplot=$ibiplot -#def list_dict_to_string(list_dict): +#if $m_sample_metadatafile: +#def list_dict_to_string_sample_mdata(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') + #set $file_list = $file_list + ' --m-sample-metadata-file=' + d['additional_input'].__getattr__('file_name') #end for #return $file_list #end def +--m-sample-metadata-file=$list_dict_to_string_sample_mdata($m_sample_metadatafile) +#end if ---m-sample-metadata-file=$list_dict_to_string($m_sample_metadatafile) ---m-feature-metadata-file=$list_dict_to_string($m_feature_metadatafile) + + +#if $m_feature_metadatafile: +#def list_dict_to_string_feature_mdata(list_dict): +#set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') +#for d in list_dict[1:]: + #set $file_list = $file_list + ' --m-feature-metadata-file=' + d['additional_input'].__getattr__('file_name') +#end for +#return $file_list +#end def +--m-feature-metadata-file=$list_dict_to_string_feature_mdata($m_feature_metadatafile) +#end if + #if $pignoremissingsamples: --p-ignore-missing-samples #end if -#if $pnumberoffeatures: +#if str($pnumberoffeatures): --p-number-of-features=$pnumberoffeatures #end if @@ -41,11 +55,11 @@ - + - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_emperor_plot.xml --- a/qiime2/qiime_emperor_plot.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_emperor_plot.xml Tue Aug 13 07:40:25 2019 -0400 @@ -41,7 +41,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_emperor_procrustes-plot.xml --- a/qiime2/qiime_emperor_procrustes-plot.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_emperor_procrustes-plot.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,6 +8,7 @@ qiime emperor procrustes-plot --i-reference-pcoa=$ireferencepcoa + --i-other-pcoa=$iotherpcoa @@ -24,10 +25,23 @@ +#if '__sq__' in str($pcustomaxes): + #set $pcustomaxes_temp = $pcustomaxes.replace('__sq__', "'") + #set $pcustomaxes = $pcustomaxes_temp +#end if + +#if '__cb__' in str($pcustomaxes): + #set $pcustomaxes_temp = $pcustomaxes.replace('__cb__', "]") + #set $pcustomaxes = $pcustomaxes_temp +#end if + #if str($pcustomaxes): --p-custom-axes="$pcustomaxes" #end if + + + #if $pignoremissingsamples: --p-ignore-missing-samples #end if @@ -44,7 +58,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-classifier_classify-consensus-blast.xml --- a/qiime2/qiime_feature-classifier_classify-consensus-blast.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-classifier_classify-consensus-blast.xml Tue Aug 13 07:40:25 2019 -0400 @@ -19,15 +19,15 @@ #end if -#if $pmaxaccepts: +#if str($pmaxaccepts): --p-maxaccepts=$pmaxaccepts #end if -#if $ppercidentity: +#if str($ppercidentity): --p-perc-identity=$ppercidentity #end if -#if $pquerycov: +#if str($pquerycov): --p-query-cov=$pquerycov #end if @@ -35,18 +35,29 @@ --p-strand=$pstrand #end if -#if $pevalue: +#if str($pevalue): --p-evalue=$pevalue #end if -#if $pminconsensus: +#if str($pminconsensus): --p-min-consensus=$pminconsensus #end if + + + + +#if '__sq__' in str($punassignablelabel): + #set $punassignablelabel_temp = $punassignablelabel.replace('__sq__', "'") + #set $punassignablelabel = $punassignablelabel_temp +#end if + #if str($punassignablelabel): --p-unassignable-label="$punassignablelabel" #end if + + --o-classification=oclassification ; cp oclassification.qza $oclassification @@ -81,7 +92,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-classifier_classify-consensus-vsearch.xml --- a/qiime2/qiime_feature-classifier_classify-consensus-vsearch.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-classifier_classify-consensus-vsearch.xml Tue Aug 13 07:40:25 2019 -0400 @@ -20,15 +20,16 @@ #end if -#if $pmaxaccepts: + +#if str($pmaxaccepts): --p-maxaccepts=$pmaxaccepts #end if -#if $ppercidentity: +#if str($ppercidentity): --p-perc-identity=$ppercidentity #end if -#if $pquerycov: +#if str($pquerycov): --p-query-cov=$pquerycov #end if @@ -36,14 +37,26 @@ --p-strand=$pstrand #end if -#if $pminconsensus: +#if str($pminconsensus): --p-min-consensus=$pminconsensus #end if + + + + +#if '__sq__' in str($punassignablelabel): + #set $punassignablelabel_temp = $punassignablelabel.replace('__sq__', "'") + #set $punassignablelabel = $punassignablelabel_temp +#end if + #if str($punassignablelabel): --p-unassignable-label="$punassignablelabel" #end if + + + #set $pthreads = '${GALAXY_SLOTS:-4}' #if str($pthreads): --p-threads="$pthreads" @@ -81,7 +94,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-classifier_classify-hybrid-vsearch-sklearn.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2/qiime_feature-classifier_classify-hybrid-vsearch-sklearn.xml Tue Aug 13 07:40:25 2019 -0400 @@ -0,0 +1,116 @@ + + + - ALPHA Hybrid classifier: VSEARCH exact match + sklearn classifier + + qiime2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + qiime_citation.xml + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-classifier_classify-sklearn.xml --- a/qiime2/qiime_feature-classifier_classify-sklearn.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-classifier_classify-sklearn.xml Tue Aug 13 07:40:25 2019 -0400 @@ -7,8 +7,17 @@ = 0.0: + --p-confidence=$pconfidence + #end if #end if #if str($preadorientation) != 'None': @@ -30,8 +41,22 @@ cp oclassification.qza $oclassification ]]> + + + + + + + + + + + + + + + - diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-classifier_extract-reads.xml --- a/qiime2/qiime_feature-classifier_extract-reads.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-classifier_extract-reads.xml Tue Aug 13 07:40:25 2019 -0400 @@ -5,29 +5,41 @@ qiime2 - + + + + + + + + + + + + + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-classifier_fit-classifier-naive-bayes.xml --- a/qiime2/qiime_feature-classifier_fit-classifier-naive-bayes.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-classifier_fit-classifier-naive-bayes.xml Tue Aug 13 07:40:25 2019 -0400 @@ -5,36 +5,52 @@ qiime2 - + - + - - - + + + - + - - - - - - + + + + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-table_core-features.xml --- a/qiime2/qiime_feature-table_core-features.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-table_core-features.xml Tue Aug 13 07:40:25 2019 -0400 @@ -9,15 +9,15 @@ --i-table=$itable -#if $pminfraction: +#if str($pminfraction): --p-min-fraction=$pminfraction #end if -#if $pmaxfraction: +#if str($pmaxfraction): --p-max-fraction=$pmaxfraction #end if -#if $psteps: +#if str($psteps): --p-steps=$psteps #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-table_filter-features.xml --- a/qiime2/qiime_feature-table_filter-features.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-table_filter-features.xml Tue Aug 13 07:40:25 2019 -0400 @@ -22,7 +22,7 @@ #end if -#if $pminfrequency: +#if str($pminfrequency): --p-min-frequency=$pminfrequency #end if @@ -30,14 +30,14 @@ --p-max-frequency="$pmaxfrequency" #end if -#if $pminsamples: +#if str($pminsamples): --p-min-samples=$pminsamples #end if #if str($pmaxsamples): --p-max-samples="$pmaxsamples" #end if - --m-metadata-file=mmetadatafile + #if '__sq__' in str($pwhere): #set $pwhere_temp = $pwhere.replace('__sq__', "'") #set $pwhere = $pwhere_temp @@ -47,7 +47,7 @@ --p-where="$pwhere" #end if -#if $pexcludeids: +#if str($pexcludeids): --p-exclude-ids #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-table_filter-samples.xml --- a/qiime2/qiime_feature-table_filter-samples.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-table_filter-samples.xml Tue Aug 13 07:40:25 2019 -0400 @@ -22,7 +22,7 @@ #end if -#if $pminfrequency: +#if str($pminfrequency): --p-min-frequency=$pminfrequency #end if @@ -30,7 +30,7 @@ --p-max-frequency="$pmaxfrequency" #end if -#if $pminfeatures: +#if str($pminfeatures): --p-min-features=$pminfeatures #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-table_group.xml --- a/qiime2/qiime_feature-table_group.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-table_group.xml Tue Aug 13 07:40:25 2019 -0400 @@ -13,17 +13,7 @@ --p-mode=$pmode -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) -#end if - +--m-metadata-file=$mmedatafile --o-grouped-table=ogroupedtable ; @@ -42,9 +32,7 @@ - - - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-table_heatmap.xml --- a/qiime2/qiime_feature-table_heatmap.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-table_heatmap.xml Tue Aug 13 07:40:25 2019 -0400 @@ -9,16 +9,8 @@ --i-table=$itable -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) -#end if + +--m-metadata-file=$mmedatafile #if str($mmetadatacolumn): @@ -281,9 +273,8 @@ - - - + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_feature-table_merge-seqs.xml --- a/qiime2/qiime_feature-table_merge-seqs.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_feature-table_merge-seqs.xml Tue Aug 13 07:40:25 2019 -0400 @@ -7,6 +7,8 @@ - diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_gneiss_add-pseudocount.xml --- a/qiime2/qiime_gneiss_add-pseudocount.xml Wed Jul 17 01:53:11 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,55 +0,0 @@ - - - - Add pseudocount to table - - qiime2 - - - - - - - - - - - - - - - - - qiime_citation.xml - - - diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_gneiss_balance-taxonomy.xml --- a/qiime2/qiime_gneiss_balance-taxonomy.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_gneiss_balance-taxonomy.xml Tue Aug 13 07:40:25 2019 -0400 @@ -7,33 +7,37 @@ + + + + + + + + + + + + + + + + @@ -61,9 +81,7 @@ - - - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_gneiss_dendrogram-heatmap.xml --- a/qiime2/qiime_gneiss_dendrogram-heatmap.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_gneiss_dendrogram-heatmap.xml Tue Aug 13 07:40:25 2019 -0400 @@ -24,11 +24,11 @@ #end if -#if $ppseudocount: +#if str($ppseudocount): --p-pseudocount=$ppseudocount #end if -#if $pndim: +#if str($pndim): --p-ndim=$pndim #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_gneiss_gradient-clustering.xml --- a/qiime2/qiime_gneiss_gradient-clustering.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_gneiss_gradient-clustering.xml Tue Aug 13 07:40:25 2019 -0400 @@ -11,6 +11,7 @@ --m-gradient-column="$mgradientcolumn" +#if $input_files_mgradientfile: #def list_dict_to_string(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: @@ -18,9 +19,8 @@ #end for #return $file_list #end def - --m-gradient-file=$list_dict_to_string($input_files_mgradientfile) - +#end if #if $pnoweighted: --p-no-weighted diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_gneiss_ilr-hierarchical.xml --- a/qiime2/qiime_gneiss_ilr-hierarchical.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_gneiss_ilr-hierarchical.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,7 +10,7 @@ --i-table=$itable --i-tree=$itree -#if $ppseudocount: +#if str($ppseudocount): --p-pseudocount=$ppseudocount #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_gneiss_ilr-phylogenetic.xml --- a/qiime2/qiime_gneiss_ilr-phylogenetic.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_gneiss_ilr-phylogenetic.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,7 +10,7 @@ --i-table=$itable --i-tree=$itree -#if $ppseudocount: +#if str($ppseudocount): --p-pseudocount=$ppseudocount #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_gneiss_ilr-transform.xml --- a/qiime2/qiime_gneiss_ilr-transform.xml Wed Jul 17 01:53:11 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ - - - - Isometric Log-ratio Transform - - qiime2 - - - - - - - - - - - - - - - - - qiime_citation.xml - - - diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_gneiss_lme-regression.xml --- a/qiime2/qiime_gneiss_lme-regression.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_gneiss_lme-regression.xml Tue Aug 13 07:40:25 2019 -0400 @@ -36,6 +36,11 @@ + + + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_gneiss_ols-regression.xml --- a/qiime2/qiime_gneiss_ols-regression.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_gneiss_ols-regression.xml Tue Aug 13 07:40:25 2019 -0400 @@ -37,7 +37,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_longitudinal_anova.xml --- a/qiime2/qiime_longitudinal_anova.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_longitudinal_anova.xml Tue Aug 13 07:40:25 2019 -0400 @@ -7,8 +7,18 @@ ignore - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_longitudinal_first-differences.xml --- a/qiime2/qiime_longitudinal_first-differences.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_longitudinal_first-differences.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,8 +8,17 @@ qiime longitudinal first-differences --p-state-column="$pstatecolumn" +--p-metric="$pmetric" + + + +#if '__pd__' in str($pindividualidcolumn): + #set $pwhere_temp = $pindividualidcolumn.replace('__pd__', "#") + #set $pindividualidcolumn = $pwhere_temp +#end if --p-individual-id-column="$pindividualidcolumn" ---p-metric="$pmetric" + + #if str($itable) != 'None': --i-table=$itable @@ -53,7 +62,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_longitudinal_first-distances.xml --- a/qiime2/qiime_longitudinal_first-distances.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_longitudinal_first-distances.xml Tue Aug 13 07:40:25 2019 -0400 @@ -48,7 +48,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_longitudinal_linear-mixed-effects.xml --- a/qiime2/qiime_longitudinal_linear-mixed-effects.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_longitudinal_linear-mixed-effects.xml Tue Aug 13 07:40:25 2019 -0400 @@ -47,7 +47,7 @@ --p-lowess #end if -#if $pci: +#if str($pci): --p-ci=$pci #end if @@ -93,7 +93,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_longitudinal_maturity-index.xml --- a/qiime2/qiime_longitudinal_maturity-index.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_longitudinal_maturity-index.xml Tue Aug 13 07:40:25 2019 -0400 @@ -20,19 +20,19 @@ --p-estimator=$pestimator #end if -#if $pnestimators: +#if str($pnestimators): --p-n-estimators=$pnestimators #end if -#if $ptestsize: +#if str($ptestsize): --p-test-size=$ptestsize #end if -#if $pstep: +#if str($pstep): --p-step=$pstep #end if -#if $pcv: +#if str($pcv): --p-cv=$pcv #end if @@ -62,7 +62,7 @@ --p-missing-samples=$pmissingsamples #end if -#if $pfeaturecount: +#if str($pfeaturecount): --p-feature-count=$pfeaturecount #end if @@ -139,7 +139,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_longitudinal_nmit.xml --- a/qiime2/qiime_longitudinal_nmit.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_longitudinal_nmit.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,7 +8,21 @@ qiime longitudinal nmit --i-table=$itable ---p-individual-id-column="$pindividualidcolumn" + + + + +#if '__sq__' in str($pindividualidcolumn): + #set $pindividualidcolumn_temp = $pindividualidcolumn.replace('__sq__', "'") + #set $pindividualidcolumn = $pindividualidcolumn_temp +#end if + +#if str($pindividualidcolumn): + --p-individual-id-column="$pindividualidcolumn" +#end if + + + #if str($pcorrmethod) != 'None': --p-corr-method=$pcorrmethod @@ -50,7 +64,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_longitudinal_pairwise-differences.xml --- a/qiime2/qiime_longitudinal_pairwise-differences.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_longitudinal_pairwise-differences.xml Tue Aug 13 07:40:25 2019 -0400 @@ -11,7 +11,17 @@ --p-state-column="$pstatecolumn" --p-state-1="$pstate1" --p-state-2="$pstate2" ---p-individual-id-column="$pindividualidcolumn" + + +#if '__sq__' in str($pindividualidcolumn): + #set $pindividualidcolumn_temp = $pindividualidcolumn.replace('__sq__', "'") + #set $pindividualidcolumn = $pindividualidcolumn_temp +#end if +#if str($pindividualidcolumn): + --p-individual-id-column="$pindividualidcolumn" +#end if + + #if str($itable) != 'None': --i-table=$itable diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_longitudinal_pairwise-distances.xml --- a/qiime2/qiime_longitudinal_pairwise-distances.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_longitudinal_pairwise-distances.xml Tue Aug 13 07:40:25 2019 -0400 @@ -12,7 +12,17 @@ --p-state-column="$pstatecolumn" --p-state-1="$pstate1" --p-state-2="$pstate2" ---p-individual-id-column="$pindividualidcolumn" + + +#if '__sq__' in str($pindividualidcolumn): + #set $pindividualidcolumn_temp = $pindividualidcolumn.replace('__sq__', "'") + #set $pindividualidcolumn = $pindividualidcolumn_temp +#end if +#if str($pindividualidcolumn): + --p-individual-id-column="$pindividualidcolumn" +#end if + + #if $pparametric: --p-parametric diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_longitudinal_plot-feature-volatility.xml --- a/qiime2/qiime_longitudinal_plot-feature-volatility.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_longitudinal_plot-feature-volatility.xml Tue Aug 13 07:40:25 2019 -0400 @@ -11,10 +11,20 @@ --i-importances=$iimportances --p-state-column="$pstatecolumn" + + +#if '__sq__' in str($pindividualidcolumn): + #set $pindividualidcolumn_temp = $pindividualidcolumn.replace('__sq__', "'") + #set $pindividualidcolumn = $pindividualidcolumn_temp +#end if + #if str($pindividualidcolumn): --p-individual-id-column="$pindividualidcolumn" #end if + + + #if str($pdefaultgroupcolumn): --p-default-group-column="$pdefaultgroupcolumn" #end if @@ -56,7 +66,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_longitudinal_volatility.xml --- a/qiime2/qiime_longitudinal_volatility.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_longitudinal_volatility.xml Tue Aug 13 07:40:25 2019 -0400 @@ -13,10 +13,19 @@ --i-table=$itable #end if + + +#if '__sq__' in str($pindividualidcolumn): + #set $pindividualidcolumn_temp = $pindividualidcolumn.replace('__sq__', "'") + #set $pindividualidcolumn = $pindividualidcolumn_temp +#end if + #if str($pindividualidcolumn): --p-individual-id-column="$pindividualidcolumn" #end if + + #if str($pdefaultgroupcolumn): --p-default-group-column="$pdefaultgroupcolumn" #end if @@ -62,7 +71,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_metadata_tabulate.xml --- a/qiime2/qiime_metadata_tabulate.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_metadata_tabulate.xml Tue Aug 13 07:40:25 2019 -0400 @@ -8,6 +8,7 @@ qiime metadata tabulate +#if $input_files_minputfile: #def list_dict_to_string(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: @@ -16,9 +17,10 @@ #return $file_list #end def --m-input-file=$list_dict_to_string($input_files_minputfile) +#end if -#if $ppagesize: +#if str($ppagesize): --p-page-size=$ppagesize #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_phylogeny_align-to-tree-mafft-fasttree.xml --- a/qiime2/qiime_phylogeny_align-to-tree-mafft-fasttree.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_phylogeny_align-to-tree-mafft-fasttree.xml Tue Aug 13 07:40:25 2019 -0400 @@ -16,11 +16,11 @@ #end if -#if $pmaskmaxgapfrequency: +#if str($pmaskmaxgapfrequency): --p-mask-max-gap-frequency=$pmaskmaxgapfrequency #end if -#if $pmaskminconservation: +#if str($pmaskminconservation): --p-mask-min-conservation=$pmaskminconservation #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_phylogeny_iqtree-ultrafast-bootstrap.xml --- a/qiime2/qiime_phylogeny_iqtree-ultrafast-bootstrap.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_phylogeny_iqtree-ultrafast-bootstrap.xml Tue Aug 13 07:40:25 2019 -0400 @@ -13,11 +13,14 @@ --p-seed="$pseed" #end if -#if $pncores: - --p-n-cores=$pncores + +#set $pncores = '${GALAXY_SLOTS:-4}' +#if str($pncores): +--p-n-cores=$pncores #end if -#if $pnruns: + +#if str($pnruns): --p-n-runs=$pnruns #end if @@ -25,7 +28,7 @@ --p-substitution-model=$psubstitutionmodel #end if -#if $pbootstrapreplicates: +#if str($pbootstrapreplicates): --p-bootstrap-replicates=$pbootstrapreplicates #end if @@ -100,7 +103,6 @@ - diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_phylogeny_iqtree.xml --- a/qiime2/qiime_phylogeny_iqtree.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_phylogeny_iqtree.xml Tue Aug 13 07:40:25 2019 -0400 @@ -19,7 +19,7 @@ --p-n-cores="$pncores" #end if -#if $pnruns: +#if str($pnruns): --p-n-runs=$pnruns #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_phylogeny_raxml-rapid-bootstrap.xml --- a/qiime2/qiime_phylogeny_raxml-rapid-bootstrap.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_phylogeny_raxml-rapid-bootstrap.xml Tue Aug 13 07:40:25 2019 -0400 @@ -17,7 +17,7 @@ --p-rapid-bootstrap-seed="$prapidbootstrapseed" #end if -#if $pbootstrapreplicates: +#if str($pbootstrapreplicates): --p-bootstrap-replicates=$pbootstrapreplicates #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_phylogeny_raxml.xml --- a/qiime2/qiime_phylogeny_raxml.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_phylogeny_raxml.xml Tue Aug 13 07:40:25 2019 -0400 @@ -13,7 +13,7 @@ --p-seed="$pseed" #end if -#if $pnsearches: +#if str($pnsearches): --p-n-searches=$pnsearches #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_quality-control_evaluate-composition.xml --- a/qiime2/qiime_quality-control_evaluate-composition.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_quality-control_evaluate-composition.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,19 +10,13 @@ --i-expected-features=$iexpectedfeatures --i-observed-features=$iobservedfeatures -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) + +#if $metadatafile: + --m-metadata-file=$metadatafile #end if -#if $pdepth: +#if str($pdepth): --p-depth=$pdepth #end if @@ -58,8 +52,8 @@ --p-plot-observed-features #end if -#if $pplotobservedfeaturesratio: - --p-plot-observed-features-ratio +#if $pnoplotobservedfeaturesratio: + --p-no-plot-observed-features-ratio #end if #if str($mmetadatacolumn): @@ -107,9 +101,8 @@ - - - + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_quality-control_evaluate-taxonomy.xml --- a/qiime2/qiime_quality-control_evaluate-taxonomy.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_quality-control_evaluate-taxonomy.xml Tue Aug 13 07:40:25 2019 -0400 @@ -9,7 +9,10 @@ --i-expected-taxa=$iexpectedtaxa --i-observed-taxa=$iobservedtaxa ---p-depth="$pdepth" + +#if str($pdepth): + --p-depth="$pdepth" +#end if #if str($ifeaturetable) != 'None': --i-feature-table=$ifeaturetable diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_quality-control_exclude-seqs.xml --- a/qiime2/qiime_quality-control_exclude-seqs.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_quality-control_exclude-seqs.xml Tue Aug 13 07:40:25 2019 -0400 @@ -14,7 +14,7 @@ --p-method=$pmethod #end if -#if $ppercidentity: +#if str($ppercidentity): --p-perc-identity=$ppercidentity #end if @@ -22,7 +22,7 @@ --p-evalue="$pevalue" #end if -#if $ppercqueryaligned: +#if str($ppercqueryaligned): --p-perc-query-aligned=$ppercqueryaligned #end if @@ -47,7 +47,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_quality-filter_q-score-joined.xml --- a/qiime2/qiime_quality-filter_q-score-joined.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_quality-filter_q-score-joined.xml Tue Aug 13 07:40:25 2019 -0400 @@ -9,19 +9,19 @@ --i-demux=$idemux -#if $pminquality: +#if str($pminquality): --p-min-quality=$pminquality #end if -#if $pqualitywindow: +#if str($pqualitywindow): --p-quality-window=$pqualitywindow #end if -#if $pminlengthfraction: +#if str($pminlengthfraction): --p-min-length-fraction=$pminlengthfraction #end if -#if $pmaxambiguous: +#if str($pmaxambiguous): --p-max-ambiguous=$pmaxambiguous #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_quality-filter_q-score.xml --- a/qiime2/qiime_quality-filter_q-score.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_quality-filter_q-score.xml Tue Aug 13 07:40:25 2019 -0400 @@ -9,19 +9,19 @@ --i-demux=$idemux -#if $pminquality: +#if str($pminquality): --p-min-quality=$pminquality #end if -#if $pqualitywindow: +#if str($pqualitywindow): --p-quality-window=$pqualitywindow #end if -#if $pminlengthfraction: +#if str($pminlengthfraction): --p-min-length-fraction=$pminlengthfraction #end if -#if $pmaxambiguous: +#if str($pmaxambiguous): --p-max-ambiguous=$pmaxambiguous #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_rep_set.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2/qiime_rep_set.loc Tue Aug 13 07:40:25 2019 -0400 @@ -0,0 +1,9 @@ +silva_132_release_rep_set_all_99_silva132_99 silva (132_release) - rep_set_all - 99 - 99_otus silva_132_release_rep_set_all_99_silva132_99.fna /home/galaxy/galaxy/tool-data/qiime_rep_set/silva_132_release_rep_set_all_99_silva132_99.fna +silva_132_release_rep_set_all_97_silva132_97 silva (132_release) - rep_set_all - 97 - 97_otus silva_132_release_rep_set_all_97_silva132_97.fna /home/galaxy/galaxy/tool-data/qiime_rep_set/silva_132_release_rep_set_all_97_silva132_97.fna +silva_128_release_rep_set_all_97_97_otus silva (128_release) - rep_set_all - 97 - 97_otus silva_128_release_rep_set_all_97_97_otus.fasta /home/galaxy/galaxy/tool-data/qiime_rep_set/silva_128_release_rep_set_all_97_97_otus.fasta +unite_20.11.2016_sh_refs_qiime_ver7_97_20.11.2016 unite (20.11.2016) - sh_refs_qiime_ver7_97_20 unite_20.11.2016_sh_refs_qiime_ver7_97_20.11.2016.fasta /home/galaxy/galaxy/tool-data/qiime_rep_set/unite_20.11.2016_sh_refs_qiime_ver7_97_20.11.2016.fasta +greengenes_13_8_97_otus greengenes (13_8_relese) - 97_otus greengenes_13_8_97_otus.fasta /home/galaxy/galaxy/tool-data/qiime_rep_set/greengenes_13_8_97_otus.fasta +greengenes_13_8_99_otus greengenes (13_8_relese) - 99_otus greengenes_13_8_99_otus.fasta /home/galaxy/galaxy/tool-data/qiime_rep_set/greengenes_13_8_99_otus.fasta +GreenGenes_13_8_99_V4_GTGCCAGCMGCCGCGGTAA_GGACTACHVHHHTWTCTAAT GreenGenes_13_8_99_V4_GTGCCAGCMGCCGCGGTAA_GGACTACHVHHHTWTCTAAT GreenGenes_13_8_99_V4_GTGCCAGCMGCCGCGGTAA_GGACTACHVHHHTWTCTAAT.qza /home/galaxy/galaxy/tool-data/QIIME2_reference_classifiers/GreenGenes_13_8_99_V4_GTGCCAGCMGCCGCGGTAA_GGACTACHVHHHTWTCTAAT.qza +GreenGenes_13_8_99_V4_GTGYCAGCMGCCGCGGTAA_GGACTACNVGGGTWTCTAAT GreenGenes_13_8_99_V4_GTGYCAGCMGCCGCGGTAA_GGACTACNVGGGTWTCTAAT GreenGenes_13_8_99_V4_GTGYCAGCMGCCGCGGTAA_GGACTACNVGGGTWTCTAAT.qza /home/galaxy/galaxy/tool-data/QIIME2_reference_classifiers/GreenGenes_13_8_99_V4_GTGYCAGCMGCCGCGGTAA_GGACTACNVGGGTWTCTAAT.qza +GreenGenes_13_8_97_V1_V2_AGAGTTTGATCCTGGCTCAG_CTGCTGCCTYCCGTA GreenGenes_13_8_97_V1_V2_AGAGTTTGATCCTGGCTCAG_CTGCTGCCTYCCGTA GreenGenes_13_8_97_V1_V2_AGAGTTTGATCCTGGCTCAG_CTGCTGCCTYCCGTA.qza /home/galaxy/galaxy/tool-data/QIIME2_reference_classifiers/GreenGenes_13_8_97_V1_V2_AGAGTTTGATCCTGGCTCAG_CTGCTGCCTYCCGTA.qza diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_classify-samples-from-dist.xml --- a/qiime2/qiime_sample-classifier_classify-samples-from-dist.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_sample-classifier_classify-samples-from-dist.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,7 +10,7 @@ --i-distance-matrix=$idistancematrix --m-metadata-column="$mmetadatacolumn" -#if $pk: +#if str($pk): --p-k=$pk #end if @@ -19,15 +19,8 @@ #end if -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) +#if $metadatafile: + --m-metadata-file=$metadatafile #end if @@ -77,9 +70,7 @@ - - - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_classify-samples-ncv.xml --- a/qiime2/qiime_sample-classifier_classify-samples-ncv.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_sample-classifier_classify-samples-ncv.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,18 +10,14 @@ --i-table=$itable --m-metadata-column="$mmetadatacolumn" -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) + + +#if $metadatafile: + --m-metadata-file=$metadatafile #end if -#if $pcv: + +#if str($pcv): --p-cv=$pcv #end if @@ -36,7 +32,7 @@ #end if -#if $pnestimators: +#if str($pnestimators): --p-n-estimators=$pnestimators #end if @@ -81,9 +77,8 @@ - - - + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_classify-samples.xml --- a/qiime2/qiime_sample-classifier_classify-samples.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_sample-classifier_classify-samples.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,15 +10,15 @@ --i-table=$itable --m-metadata-column="$mmetadatacolumn" -#if $ptestsize: +#if str($ptestsize): --p-test-size=$ptestsize #end if -#if $pstep: +#if str($pstep): --p-step=$pstep #end if -#if $pcv: +#if str($pcv): --p-cv=$pcv #end if @@ -58,18 +58,12 @@ #end if -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) +#if $metadatafile: + --m-metadata-file=$metadatafile #end if + --o-sample-estimator=osampleestimator --o-feature-importance=ofeatureimportance --o-predictions=opredictions @@ -145,9 +139,7 @@ - - - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_fit-classifier.xml --- a/qiime2/qiime_sample-classifier_fit-classifier.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_sample-classifier_fit-classifier.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,11 +10,11 @@ --i-table=$itable --m-metadata-column="$mmetadatacolumn" -#if $pstep: +#if str($pstep): --p-step=$pstep #end if -#if $pcv: +#if str($pcv): --p-cv=$pcv #end if @@ -29,7 +29,7 @@ #end if -#if $pnestimators: +#if str($pnestimators): --p-n-estimators=$pnestimators #end if @@ -50,18 +50,13 @@ #end if -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) + +#if $metadatafile: + --m-metadata-file=$metadatafile #end if + --o-sample-estimator=osampleestimator --o-feature-importance=ofeatureimportance ; @@ -93,9 +88,7 @@ - - - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_fit-regressor.xml --- a/qiime2/qiime_sample-classifier_fit-regressor.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_sample-classifier_fit-regressor.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,11 +10,11 @@ --i-table=$itable --m-metadata-column="$mmetadatacolumn" -#if $pstep: +#if str($pstep): --p-step=$pstep #end if -#if $pcv: +#if str($pcv): --p-cv=$pcv #end if @@ -28,7 +28,7 @@ #end if -#if $pnestimators: +#if str($pnestimators): --p-n-estimators=$pnestimators #end if @@ -49,18 +49,14 @@ #end if -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) + + +#if $metadatafile: + --m-metadata-file=$metadatafile #end if + --o-sample-estimator=osampleestimator --o-feature-importance=ofeatureimportance ; @@ -95,9 +91,7 @@ - - - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_heatmap.xml --- a/qiime2/qiime_sample-classifier_heatmap.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_sample-classifier_heatmap.xml Tue Aug 13 07:40:25 2019 -0400 @@ -11,28 +11,25 @@ --i-importance=$iimportance -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) + + +#if $metadatafile: + --m-metadata-file=$metadatafile #end if + + #if str($mmetadatacolumn): --m-metadata-column="$mmetadatacolumn" #end if -#if $pfeaturecount: +#if str($pfeaturecount): --p-feature-count=$pfeaturecount #end if -#if $pimportancethreshold: +#if str($pimportancethreshold): --p-importance-threshold=$pimportancethreshold #end if @@ -297,9 +294,9 @@ - - - + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_maturity-index.xml --- a/qiime2/qiime_sample-classifier_maturity-index.xml Wed Jul 17 01:53:11 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,203 +0,0 @@ - - - - Microbial maturity index prediction. - - qiime2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - qiime_citation.xml - - - diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_regress-samples-ncv.xml --- a/qiime2/qiime_sample-classifier_regress-samples-ncv.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_sample-classifier_regress-samples-ncv.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,7 +10,7 @@ --i-table=$itable --m-metadata-column="$mmetadatacolumn" -#if $pcv: +#if str($pcv): --p-cv=$pcv #end if @@ -25,7 +25,7 @@ #end if -#if $pnestimators: +#if str($pnestimators): --p-n-estimators=$pnestimators #end if @@ -46,18 +46,13 @@ #end if -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) + +#if $metadatafile: + --m-metadata-file=$metadatafile #end if + --o-predictions=opredictions --o-feature-importance=ofeatureimportance ; @@ -91,9 +86,9 @@ - - - + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_regress-samples.xml --- a/qiime2/qiime_sample-classifier_regress-samples.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_sample-classifier_regress-samples.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,15 +10,15 @@ --i-table=$itable --m-metadata-column="$mmetadatacolumn" -#if $ptestsize: +#if str($ptestsize): --p-test-size=$ptestsize #end if -#if $pstep: +#if str($pstep): --p-step=$pstep #end if -#if $pcv: +#if str($pcv): --p-cv=$pcv #end if @@ -33,7 +33,7 @@ #end if -#if $pnestimators: +#if str($pnestimators): --p-n-estimators=$pnestimators #end if @@ -58,18 +58,15 @@ #end if -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) + + +#if $metadatafile: + --m-metadata-file=$metadatafile #end if + + --o-sample-estimator=osampleestimator --o-feature-importance=ofeatureimportance --o-predictions=opredictions @@ -89,9 +86,9 @@ - - - + + + @@ -116,9 +113,9 @@ - - - + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_scatterplot.xml --- a/qiime2/qiime_sample-classifier_scatterplot.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_sample-classifier_scatterplot.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,7 +10,7 @@ --i-predictions=$ipredictions --m-truth-column="$mtruthcolumn" ---m-truth-file="$metadatafile" +--m-truth-file="$mtruthfile" #if str($pmissingsamples) != 'None': --p-missing-samples=$pmissingsamples @@ -21,7 +21,6 @@ qiime tools export --input-path ovisualization.qzv --output-path out && mkdir -p '$ovisualization.files_path' && cp -r out/* '$ovisualization.files_path' && mv '$ovisualization.files_path/index.html' '$ovisualization'; -cp mtruthfile.qza $mtruthfile ]]> @@ -32,7 +31,7 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_sample-classifier_split-table.xml --- a/qiime2/qiime_sample-classifier_split-table.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_sample-classifier_split-table.xml Tue Aug 13 07:40:25 2019 -0400 @@ -12,21 +12,14 @@ -#if $input_files_mmetadatafile: -#def list_dict_to_string(list_dict): - #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') - #for d in list_dict[1:]: - #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') - #end for - #return $file_list -#end def - - --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile) +#if $metadatafile: + --m-metadata-file=$metadatafile #end if -#if $ptestsize: + +#if str($ptestsize): --p-test-size=$ptestsize #end if @@ -47,7 +40,6 @@ ; cp otrainingtable.qza $otrainingtable; cp otesttable.qza $otesttable; -cp mmetadatafile.qza $mmetadatafile ]]> @@ -61,9 +53,7 @@ - - - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_taxa_barplot.xml --- a/qiime2/qiime_taxa_barplot.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_taxa_barplot.xml Tue Aug 13 07:40:25 2019 -0400 @@ -7,8 +7,17 @@ - - - - + + + + + + + + + + + + + + + + + + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_taxa_collapse.xml --- a/qiime2/qiime_taxa_collapse.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_taxa_collapse.xml Tue Aug 13 07:40:25 2019 -0400 @@ -7,17 +7,44 @@ + + + + + + + + + + + + + + + + + - diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_taxa_filter-seqs.xml --- a/qiime2/qiime_taxa_filter-seqs.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_taxa_filter-seqs.xml Tue Aug 13 07:40:25 2019 -0400 @@ -7,8 +7,6 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_taxa_filter-table.xml --- a/qiime2/qiime_taxa_filter-table.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_taxa_filter-table.xml Tue Aug 13 07:40:25 2019 -0400 @@ -7,8 +7,6 @@ - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_taxonomy.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2/qiime_taxonomy.loc Tue Aug 13 07:40:25 2019 -0400 @@ -0,0 +1,8 @@ +silva_132_release_taxonomy_all_99_taxonomy_all_levels silva (132_release) - taxonomy_all - 99 - taxonomy_all_levels silva_132_release_taxonomy_all_99_taxonomy_all_levels.txt /home/galaxy/galaxy/tool-data/qiime_taxonomy/silva_132_release_taxonomy_all_99_taxonomy_all_levels.txt +silva_132_release_taxonomy_all_97_taxonomy_all_levels silva (132_release) - taxonomy_all - 97 - taxonomy_all_levels silva_132_release_taxonomy_all_97_taxonomy_all_levels.txt /home/galaxy/galaxy/tool-data/qiime_taxonomy/silva_132_release_taxonomy_all_97_taxonomy_all_levels.txt +greengenes_13_8_97_otu_taxonomy greengenes (13_8) - 97_otu_taxonomy greengenes_13_8_97_otu_taxonomy.txt /home/galaxy/galaxy/tool-data/qiime_taxonomy/greengenes_13_8_97_otu_taxonomy.txt +greengenes_13_8_99_otu_taxonomy greengenes (13_8) - 99_otu_taxonomy greengenes_13_8_99_otu_taxonomy.txt /home/galaxy/galaxy/tool-data/qiime_taxonomy/greengenes_13_8_99_otu_taxonomy.txt +silva_128_release_taxonomy_all_97_taxonomy_all_levels silva (128_release) - taxonomy_all - 97 - taxonomy_all_levels silva_128_release_taxonomy_all_97_taxonomy_all_levels.txt /home/galaxy/galaxy/tool-data/qiime_taxonomy/silva_128_release_taxonomy_all_97_taxonomy_all_levels.txt +unite_20.11.2016_sh_taxonomy_qiime_ver7_97_20.11.2016 unite (20.11.2016) - sh_taxonomy_qiime_ver7_97_20 unite_20.11.2016_sh_taxonomy_qiime_ver7_97_20.11.2016.txt /home/galaxy/galaxy/tool-data/qiime_taxonomy/unite_20.11.2016_sh_taxonomy_qiime_ver7_97_20.11.2016.txt +taxmap_ncbi_ssu_ref_132 taxmap_ncbi_ssu_ref_132 taxmap_ncbi_ssu_ref_132.txt /home/galaxy/galaxy/tool-data/qiime_taxonomy/taxmap_ncbi_ssu_ref_132.txt +taxmap_slv_ssu_ref_132 taxmap_slv_ssu_ref_132 taxmap_slv_ssu_ref_132.txt /home/galaxy/galaxy/tool-data/qiime_taxonomy/taxmap_slv_ssu_ref_132.txt diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_tools_export.xml --- a/qiime2/qiime_tools_export.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_tools_export.xml Tue Aug 13 07:40:25 2019 -0400 @@ -4,7 +4,7 @@ qiime2 - diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_tools_export_collection.xml --- a/qiime2/qiime_tools_export_collection.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_tools_export_collection.xml Tue Aug 13 07:40:25 2019 -0400 @@ -4,7 +4,7 @@ qiime2 - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_tools_export_paired_collection.xml --- a/qiime2/qiime_tools_export_paired_collection.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_tools_export_paired_collection.xml Tue Aug 13 07:40:25 2019 -0400 @@ -4,7 +4,7 @@ qiime2 - + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_tools_import.xml --- a/qiime2/qiime_tools_import.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_tools_import.xml Tue Aug 13 07:40:25 2019 -0400 @@ -44,7 +44,7 @@ ln -s ${f} $file_for_processing; #end if #end for - #if 'SingleEndFastqManifestPhred' in str($sourceformat): + #if 'SingleEndFastqManifestPhred' in str($inputformat): #set $cwd = str($outputpath.extra_files_path) + "_manifest_file.txt" #set $m_file = open(str($cwd), 'w') $m_file.write("sample-id,absolute-filepath,direction\n") @@ -85,9 +85,9 @@ $m_file.close() - #if 'PairedEndFastqManifestPhred' in str($sourceformat): + #if 'PairedEndFastqManifestPhred' in str($inputformat): #set $in_= str($cwd) - #elif 'Casava' in str($sourceformat): + #elif 'Casava' in str($inputformat): #set $in_= 'input' #end if @@ -119,20 +119,21 @@ qiime tools import ---type="$semantic_type" +--input-path=$in_ ---input-path=$in_ +#if str($inputformat) != 'None': + #if '__ob__' in str($inputformat): + #set $inputformat_temp = str($inputformat).replace('__ob__', '[') + #set $inputformat_temp = str($inputformat_temp).replace('__cb__', ']') + #set $inputformat = $inputformat_temp + #end if + --input-format="$inputformat" +#end if + +--type="$semantic_type" --output-path=outputpath.qza -#if str($sourceformat) != 'None': - #if '__ob__' in str($sourceformat): - #set $sourceformat_temp = str($sourceformat).replace('__ob__', '[') - #set $sourceformat_temp = str($sourceformat_temp).replace('__cb__', ']') - #set $sourceformat = $sourceformat_temp - #end if - --source-format="$sourceformat" -#end if ; cp outputpath.qza $outputpath ]]> @@ -161,13 +162,16 @@ + + + @@ -176,21 +180,26 @@ + + + + + - + @@ -214,11 +223,14 @@ + + + @@ -227,14 +239,23 @@ - + + + + + + + + + + diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_vsearch_cluster-features-closed-reference.xml --- a/qiime2/qiime_vsearch_cluster-features-closed-reference.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_vsearch_cluster-features-closed-reference.xml Tue Aug 13 07:40:25 2019 -0400 @@ -9,7 +9,10 @@ --i-sequences=$isequences --i-table=$itable --i-reference-sequences=$ireferencesequences ---p-perc-identity="$ppercidentity" + +#if str($ppercidentity): + --p-perc-identity="$ppercidentity" +#end if #if str($pstrand) != 'None': --p-strand=$pstrand diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_vsearch_join-pairs.xml --- a/qiime2/qiime_vsearch_join-pairs.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_vsearch_join-pairs.xml Tue Aug 13 07:40:25 2019 -0400 @@ -13,7 +13,7 @@ --p-truncqual="$ptruncqual" #end if -#if $pminlen: +#if str($pminlen): --p-minlen=$pminlen #end if @@ -25,11 +25,11 @@ --p-allowmergestagger #end if -#if $pminovlen: +#if str($pminovlen): --p-minovlen=$pminovlen #end if -#if $pmaxdiffs: +#if str($pmaxdiffs): --p-maxdiffs=$pmaxdiffs #end if @@ -45,19 +45,19 @@ --p-maxee="$pmaxee" #end if -#if $pqmin: +#if str($pqmin): --p-qmin=$pqmin #end if -#if $pqminout: +#if str($pqminout): --p-qminout=$pqminout #end if -#if $pqmax: +#if str($pqmax): --p-qmax=$pqmax #end if -#if $pqmaxout: +#if str($pqmaxout): --p-qmaxout=$pqmaxout #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_vsearch_uchime-denovo.xml --- a/qiime2/qiime_vsearch_uchime-denovo.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_vsearch_uchime-denovo.xml Tue Aug 13 07:40:25 2019 -0400 @@ -10,23 +10,23 @@ --i-sequences=$isequences --i-table=$itable -#if $pdn: +#if str($pdn): --p-dn=$pdn #end if -#if $pmindiffs: +#if str($pmindiffs): --p-mindiffs=$pmindiffs #end if -#if $pmindiv: +#if str($pmindiv): --p-mindiv=$pmindiv #end if -#if $pminh: +#if str($pminh): --p-minh=$pminh #end if -#if $pxn: +#if str($pxn): --p-xn=$pxn #end if diff -r eda5df31da55 -r 71f124e02000 qiime2/qiime_vsearch_uchime-ref.xml --- a/qiime2/qiime_vsearch_uchime-ref.xml Wed Jul 17 01:53:11 2019 -0400 +++ b/qiime2/qiime_vsearch_uchime-ref.xml Tue Aug 13 07:40:25 2019 -0400 @@ -11,23 +11,23 @@ --i-table=$itable --i-reference-sequences=$ireferencesequences -#if $pdn: +#if str($pdn): --p-dn=$pdn #end if -#if $pmindiffs: +#if str($pmindiffs): --p-mindiffs=$pmindiffs #end if -#if $pmindiv: +#if str($pmindiv): --p-mindiv=$pmindiv #end if -#if $pminh: +#if str($pminh): --p-minh=$pminh #end if -#if $pxn: +#if str($pxn): --p-xn=$pxn #end if diff -r eda5df31da55 -r 71f124e02000 tool_data/ref_classifier.loc --- a/tool_data/ref_classifier.loc Wed Jul 17 01:53:11 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -# -# -#For each reference database, you need to download the qza file in qiime path -# - diff -r eda5df31da55 -r 71f124e02000 tool_data/ref_taxnonomy.loc --- a/tool_data/ref_taxnonomy.loc Wed Jul 17 01:53:11 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -# -# -#For each reference database, you need to download the qza file in qiime path -# - diff -r eda5df31da55 -r 71f124e02000 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Wed Jul 17 01:53:11 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ - - - value, name, dbkey, path - -
- - value, name, dbkey, path - -
-
-