view cmpb2016/comp_clono_JCDR3.xml @ 1:1319c163872c draft

Uploaded README file
author chmaramis
date Sun, 18 Mar 2018 06:26:39 -0400
parents 8be019b173e6
children
line wrap: on
line source

<tool id="compClonoJCDR3" name="J+CDR3 Clonotypes Computation" version="0.9">
  <description>Compute J+CDR3 clonotypes</description>
  <command interpreter="python">comp_clono_JCDR3.py $input $clonos $topcl $summ2 ${input.name}</command>
  <inputs>
    <param format="tabular" name="input" type="data" label="Filtered-in File"/>

	
  </inputs>
  
<outputs>
	<data name="clonos" format="tabular" 	label="${input.name}_clonotypesJCDR3"/>
	<data name="topcl" format="tabular" 	label="${input.name}_top10clonosJCDR3"/>
	<data name="summ2" format="tabular" 	label="${input.name}_SummaryJCDR32"/>



  </outputs>


  <help>
This tool computes the (J-gene, CDR3) clonotypes and their frequencies.
  </help>

</tool>