Mercurial > repos > iuc > icescreen
diff icescreen.xml @ 3:0d38ba6112be draft
planemo upload for repository https://forgemia.inra.fr/ices_imes_analysis/icescreen commit a9bc15365abc70c0367d732b790763d8fa53b220
| author | iuc |
|---|---|
| date | Tue, 28 Feb 2023 14:10:26 +0000 |
| parents | 411d99e24c62 |
| children | 49bf81065a47 |
line wrap: on
line diff
--- a/icescreen.xml Sat Apr 02 21:04:43 2022 +0000 +++ b/icescreen.xml Tue Feb 28 14:10:26 2023 +0000 @@ -1,7 +1,7 @@ <tool id="icescreen" name="ICEscreen" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.09"> <description>detects and annotates ICEs (Integrative and Conjugative Elements) and IMEs (Integrative and Mobilizable Elements) in Firmicutes genomes.</description> <macros> - <token name="@TOOL_VERSION@">1.0.4</token> + <token name="@TOOL_VERSION@">1.1.1</token> <token name="@VERSION_SUFFIX@">0</token> </macros> <requirements> @@ -45,7 +45,7 @@ ]]> </command> <inputs> - <param name="genome" type="data" format="genbank" label="Input genomes to analyze in Genbank format" help=""/> + <param name="genome" type="data" format="genbank" label="Input genomes to analyze in Genbank format" help="Multi-genbank files (i.e. gbff) are supported. Each record must include the ORIGIN nucleotide sequence at the end."/> <section name="taxonomy" title="Taxonomy of the genomes to analyse" expanded="False"> <param name="mode" type="select" label="Firmicutes is the defaut parameter" help="Streptomyces is EXPERIMENTAL and is NOT recommended."> <option value="firmicutes" selected="true">Firmicutes</option> @@ -89,10 +89,10 @@ <output name="detected_me" file="NC_004668_137848_164286_detected_ME.tsv" ftype="tabular" /> <output name="detected_sp" > <assert_contents> - <has_text text="ICE IME Number" /> + <has_text text="ICE_IME_id" /> <has_text text="WP_002359295" /> <has_text text="VirB4" /> - <has_n_columns n="47" /> + <has_n_columns n="54" /> <has_n_lines n="5" /> </assert_contents> </output> @@ -115,10 +115,9 @@ <test expect_num_outputs="4"> <param name="genome" value="genbank/NC_004668_137848_164286.gb" ftype="genbank" /> <param name="optional_files" value="output_zip_all_files" /> - <output name="outzip" > <assert_contents> - <has_archive_member path=".*/*_detected_SP_withMEIds.tsv"><has_text text="ICE IME Number" /></has_archive_member> + <has_archive_member path=".*/*_detected_SP_withMEIds.tsv"><has_text text="ICE_IME_id" /></has_archive_member> </assert_contents> </output> </test> @@ -156,11 +155,23 @@ </assert_contents> </output> </test> + <test expect_num_outputs="3"> + <param name="genome" value="genbank/NC_013798_298468_322494_NC_020450_643089_661957.gb" ftype="genbank" /> + <output name="summary" file="NC_013798_298468_322494_NC_020450_643089_661957_detected_ME.summary" ftype="txt" /> + <output name="detected_me" file="NC_013798_298468_322494_NC_020450_643089_661957_detected_ME.tsv" ftype="tabular" /> + <output name="detected_sp" > + <assert_contents> + <has_text text="ICE_IME_id" /> + <has_text text="WP_044555479.1" /> + <has_text text="WP_015426013.1" /> + </assert_contents> + </output> + </test> </tests> <help><