view combined.xml @ 1:9b2567a3ecc9 draft

Uploaded
author davidvanzessen
date Wed, 20 Nov 2013 10:07:25 -0500
parents 4e3df2384422
children 2b1d3d6843e8
line wrap: on
line source

<tool id="immunerepertoirecombined" name="Immunerepertoire combined" version="1.0">
	<description>pipeline</description>
	<command interpreter="bash">
		combined.sh 
		#for $i, $f in enumerate($files)
			${f.file}
			${f.id}
		#end for
		$out_file $out_file.files_path
	</command>
	<inputs>
		<repeat name="files" title="File" min="1" default="1">
			<param name="file" format="fasta" type="data" label="Data to Process" />
			<param name="id" type="text" label="ID" />
		</repeat>
	</inputs>
	<outputs>
		<data format="html" name="out_file" />
	</outputs>
	<help>
		The entire Immune Repertoire pipeline as a single tool, input several FASTA files, give them an ID and it will BLAST, parse, merge and plot them.
	</help>
	<requirements>
		<requirement type="package" version="1.0.0">igBlastn</requirement>
	</requirements>
</tool>