view sappDocker/swisscog.xml @ 32:7b519ee3ea3b draft

Deleted selected files
author jjkoehorst
date Wed, 29 Jun 2016 01:37:28 -0400
parents 957156367442
children
line wrap: on
line source

<tool id="DSwissCog" name="Swissprot COG annotation" version="1.0.0">
	<description/>
	<requirements>
		<container type="docker">jjkoehorst/sappdocker:SWISSCOG</container>
	</requirements>
	<command interpreter="docker">java -jar /swisscog/target/SwissCog-0.0.1-SNAPSHOT-jar-with-dependencies.jar
		-input $input -output $output -format TURTLE
	</command>
	<inputs>
		<param format="ttl" label="genome ttl with orf prediction" name="input" type="data"/>
	</inputs>
	<outputs>
		<data format="ttl" label="SWISSCOG: ${input.name}" name="output"/>
	</outputs>
	<help/>
	<citations/>
</tool>