diff flaimapper.xml @ 0:fec346894871 draft

Uploaded
author yhoogstrate
date Fri, 07 Nov 2014 09:32:29 -0500
parents
children 5035af9394d1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/flaimapper.xml	Fri Nov 07 09:32:29 2014 -0500
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tool id="flaimapper" name="FlaiMapper">
+	<description>Detect small ncRNA derived fragments using Fragment Location Annotation Identification Mapper.</description>
+	<requirements>
+		<requirement type="package" version="1.1.0">flaimapper</requirement>
+	</requirements>
+	<command>
+		flaimapper
+			 -v
+			 -f $output_format
+			 -o $output
+			 -m $mask
+			 -r $fasta
+			#for $alignment in $alignments
+				$alignment
+			#end for
+	</command>
+	
+	<inputs>
+		<param name="alignments" type="data" format="bam,sam" label="Alignment file(s)" help="The input alignment file(s) where the gene expression has to be counted. The file can have a SAM or BAM format; but ALL files in the series must be in THE SAME format." multiple="true" />
+		
+		<param name="mask" type="data" format="gtf,gff,gtf3" label="small ncRNA Annotation (gtf)" help="" />
+		
+		<param name="output_format" type="select" label="Get">
+			<option value="1">Tabular (1 fragment per column)</option>
+			<option value="2">Tabular  (1 precursor per column)</option>
+			<option value="3">GenBank</option>
+			<!-- option value="gtf">GTF/GFF</option -->
+		</param>
+		
+		<param name="fasta" type="data" format="fa,fasta" label="Fasta sequence corresponding to reference genome" help="" />
+	</inputs>
+	
+	<outputs>
+		<data format="tabular" name="output" label="${tool.name} on ${', '.join([ str(a.hid)+': '+a.name for a in $alignments ])}" />
+	</outputs>
+	
+	<help>
+		FlaiMapper: computational annotation of small ncRNA derived fragments using RNA-seq high throughput data
+		
+		doi:10.1093/bioinformatics/btu696
+	</help>
+</tool>
\ No newline at end of file