diff SMART/galaxy/getDifference.xml @ 15:440ceca58672

Uploaded
author m-zytnicki
date Mon, 22 Apr 2013 11:08:07 -0400
parents 769e306b7933
children 94ab73e8a190
line wrap: on
line diff
--- a/SMART/galaxy/getDifference.xml	Fri Apr 19 10:13:11 2013 -0400
+++ b/SMART/galaxy/getDifference.xml	Mon Apr 22 11:08:07 2013 -0400
@@ -1,5 +1,5 @@
 <tool id="getDifference" name="get Difference">
-	<description>Gets all the regions of the genome, except the one given or get all the elements from the first set which does not ovelap with the second set (at the nucleotide level).</description>
+	<description>Gets all the regions of the genome, except the one given in an annotation file. Alternatively, it may also give all the elements from the first set which does not ovelap with the second set (at the nucleotide level).</description>
 	<command interpreter="python">
 		../Java/Python/getDifference.py -i $formatType.inputFileName1
 		#if $formatType.FormatInputFileName1 == 'bed':
@@ -31,7 +31,6 @@
 			-g gtf
 		#end if
 
-
 		$split
 		
 		#if $OptionSequence.option == "Yes":
@@ -102,8 +101,7 @@
 			</when>
 		</conditional>
 
-		<param name="split" type="boolean" truevalue="-p" falsevalue="" checked="false" label="split option" help="When comparing to a set of genomic coordinates, do not join."/>
-
+		<param name="split" type="boolean" truevalue="-p" falsevalue="" checked="false" label="When comparing to a set of genomic coordinates, do not join into exons."/>
 		
 		<conditional name="OptionSequence">
 			<param name="option" type="select" label="Compare with a reference fasta file.">
@@ -124,4 +122,9 @@
 		<data name="outputFileGff" format="gff3" label="[getDifference]output File."/>
 	</outputs> 
 
+	<help>
+This tools has two different (but similar) uses. When given two sets of transcripts, it trims the elements of the set so that they do not overlap with the second set.
+
+When only one set of transcripts is given, together with a reference genome, it produces a list of transcripts which complements the first set.
+	</help>
 </tool>