view igblastmerge.xml @ 9:2b10d92cf92b draft default tip

Uploaded
author davidvanzessen
date Thu, 23 Jan 2014 04:21:38 -0500
parents 90190fccc577
children
line wrap: on
line source

<tool id="experimentaldesign_igg" name="ExperimentalDesign" version="1.0">
	<description> </description>
	<command interpreter="python">
		igblastmerge.py 
		#for $i, $f in enumerate($patients)
            $f.id
            #for $j, $g in enumerate($f.samples)
            	${g.sample}
            #end for

		#end for
		--output $out_file
	</command>
	<inputs>
		<repeat name="patients" title="Patients" min="1" default="1">
            <repeat name="samples" title="Sample" min="1" default="1">
                <param name="sample" format="tabular" type="data" label="Sample to Process" />
            </repeat>
			<param name="id" type="text" label="ID" />
		</repeat>
	</inputs>
	<outputs>
		<data format="tabular" name="out_file" />
	</outputs>
	<help>
		Step 3 of the Immune Repertoire tools, merges the parsed reports generated in step 2 into one file with an Sample ID.
	</help>

</tool>