Mercurial > repos > iuc > ampvis2_alpha_diversity
diff alpha_diversity.xml @ 1:e9ad42802e34 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ampvis2 commit d92935972ac18906154fadf42bd0c008e3c437e2
| author | iuc |
|---|---|
| date | Fri, 25 Oct 2024 14:05:34 +0000 |
| parents | 3108287dcf47 |
| children | 647f9058075a |
line wrap: on
line diff
--- a/alpha_diversity.xml Fri Aug 16 08:56:56 2024 +0000 +++ b/alpha_diversity.xml Fri Oct 25 14:05:34 2024 +0000 @@ -39,7 +39,7 @@ <param name="data" value="AalborgWWTPs.rds" ftype="ampvis2"/> <output name="alphadiv"> <assert_contents> - <has_line line="SampleID	Plant	Date	Year	Period	Reads	ObservedOTUs	Shannon	Simpson	invSimpson"/> + <has_line line="SampleID	Plant	Date	Year	Period	Reads	uniqueOTUs	Shannon	Simpson	invSimpson"/> <has_text text="16SAMP-536	"/> <has_text text="	Aalborg West	"/> <has_n_lines n="68"/> @@ -54,11 +54,11 @@ <param name="rarefy" value="500"/> <output name="alphadiv"> <assert_contents> - <has_line line="SampleID	Plant	Date	Year	Period	RawReads	Reads	ObservedOTUs	Shannon	Chao1	ACE"/> + <has_line line="SampleID	Plant	Date	Year	Period	RawReads	Reads	uniqueOTUs	Shannon	Simpson	invSimpson	Chao1	ACE"/> <has_text text="16SAMP-536	"/> <has_text text="	Aalborg West	"/> <has_n_lines n="68"/> - <has_n_columns n="11"/> + <has_n_columns n="13"/> <has_text text="	500	"/> </assert_contents> </output> @@ -98,4 +98,4 @@ <expand macro="citations"> <citation type="doi">10.1371/journal.pcbi.1003531</citation> </expand> -</tool> \ No newline at end of file +</tool>
