diff SMART/galaxy/plotCoverage.xml @ 31:0ab839023fe4

Uploaded
author m-zytnicki
date Tue, 30 Apr 2013 14:33:21 -0400
parents 94ab73e8a190
children
line wrap: on
line diff
--- a/SMART/galaxy/plotCoverage.xml	Mon Apr 29 03:45:52 2013 -0400
+++ b/SMART/galaxy/plotCoverage.xml	Tue Apr 30 14:33:21 2013 -0400
@@ -1,8 +1,5 @@
 <tool id="plotCoverage" name="plot coverage">
 	<description>Plot the coverage of the first data with respect to the second one.</description>
-	<requirements>
-		<requirement type="set_environment">PYTHONPATH</requirement>
-	</requirements>
 	<command interpreter="python">
 		../Java/Python/WrappPlotCoverage.py -i $formatType.inputFileName1
 		#if $formatType.FormatInputFileName1 == 'bed':
@@ -109,8 +106,8 @@
 				<option value="gff">gff</option>
 				<option value="gff2">gff2</option>
 				<option value="gff3">gff3</option>
-				<option value="sam">sam</option>
-				<option value="gtf">gtf</option>
+				<option value="gff2">sam</option>
+				<option value="gff3">gtf</option>
 			</param>
 			<when value="bed">
 				<param name="inputFileName2" format="bed" type="data" label="Input File 2"/>
@@ -172,7 +169,7 @@
 		</conditional>
 
 		<conditional name="optiontitle">
-			<param name="title" type="select" label="title for the figure">
+			<param name="title" type="select" label="title of the plots ">
 					<option value="Yes">Yes</option>
 					<option value="No" selected="true">No</option>
 			</param>
@@ -259,16 +256,10 @@
 	</inputs>
 
 	<outputs>
-		<data name="outputFile" format="tar" label="[plot coverage] tar output file" help="You can not see the results directly from galaxy, but you can download this tar output file."/>
+		<data name="outputFile" format="tar" label="[plotCoverage] tar out file" help="You can not see the results directly from galaxy, but you can download this tar output file."/>
 	</outputs> 
 	
     <help>
-Plot the coverage of the first set of genomic coordinates with respect to the second set of genomic coordinates. For each element of the second set (we will suppose that they are annotated genes), it computes the number of  elements of the first set (reads, for instance) which overlap it.
-
-Alternatively, if the first file is in GFF format, and contains the **Target** file, you can omit the second file. However, a fasta file corresponding to the second file should be given (to compute the size of the reference elements).
-
-The tool produces two plots per gene. The first plot gives the coverage: a point (*x*, *y*) means that *y* reads cover the *x* th nucleotide of the gene. The second figure displays the (possibly spliced) gene in black, and the overlapping reads (blue is colinear, red is anti-sense).
-
-This script gives a .tar out file, if you want to take look at the results, you have to download it.
+        This script gives a .tar out file, if you want to take look at the results, you have to download it.
     </help>		
 </tool>