Mercurial > repos > iuc > icescreen
diff icescreen.xml @ 4:c5f7c311f1b0 draft
planemo upload for repository https://forgemia.inra.fr/ices_imes_analysis/icescreen commit a9bc15365abc70c0367d732b790763d8fa53b220
author | iuc |
---|---|
date | Tue, 28 Feb 2023 14:10:38 +0000 |
parents | 2bb38197ff75 |
children | 28e82853c217 |
line wrap: on
line diff
--- a/icescreen.xml Tue Dec 06 10:40:53 2022 +0000 +++ b/icescreen.xml Tue Feb 28 14:10:38 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.1.0</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="Each Genbank file can only contain ONE record, multi-genbank files are not supported. Each Genbank file must include the ORIGIN nucleotide sequence at the end"/> + <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> @@ -115,7 +115,6 @@ <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_id" /></has_archive_member> @@ -156,6 +155,18 @@ </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><![CDATA[ .. class:: warningmark