Mercurial > repos > brinkmanlab > islandpath
comparison IslandPath.xml @ 2:7cb1fb9b582e draft default tip
"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/islandpath-dimob commit 1f5acfa386914e258d99168fe71a7aaa8ec18883"
author | brinkmanlab |
---|---|
date | Mon, 12 Jul 2021 18:47:36 +0000 |
parents | a56b2acd567b |
children |
comparison
equal
deleted
inserted
replaced
1:a56b2acd567b | 2:7cb1fb9b582e |
---|---|
1 <tool id="islandpath" name="IslandPath" version="1.0.5" profile="16.04"> | 1 <tool id="islandpath" name="IslandPath" version="1.0.6" profile="16.04"> |
2 <description>predict genomic islands in bacterial and archaeal genomes based on the presence of dinucleotide biases and mobility genes</description> | 2 <description>predict genomic islands in bacterial and archaeal genomes based on the presence of dinucleotide biases and mobility genes</description> |
3 <edam_topics> | 3 <edam_topics> |
4 <edam_topic>topic_0194</edam_topic> | 4 <edam_topic>topic_0194</edam_topic> |
5 <edam_topic>topic_0091</edam_topic> | 5 <edam_topic>topic_0091</edam_topic> |
6 </edam_topics> | 6 </edam_topics> |
7 <edam_operations> | 7 <edam_operations> |
8 <edam_operation>operation_0362</edam_operation> | 8 <edam_operation>operation_0362</edam_operation> |
9 </edam_operations> | 9 </edam_operations> |
10 <requirements> | 10 <requirements> |
11 <requirement type="package" version="1.0.5">islandpath</requirement> | 11 <requirement type="package" version="1.0.6">islandpath</requirement> |
12 </requirements> | 12 </requirements> |
13 <version_command><![CDATA[ echo "1.0.5" ]]></version_command> | 13 <version_command><![CDATA[ echo "1.0.6" ]]></version_command> |
14 <command detect_errors="aggressive"><![CDATA[ | 14 <command detect_errors="aggressive"><![CDATA[ |
15 #import os | 15 #import os |
16 #if $input.is_of_type("embl") | 16 #if $input.is_of_type("embl") |
17 #set inp=$os.path.basename(str($input))+".embl" | 17 #set inp=$os.path.basename(str($input))+".embl" |
18 #else | 18 #else |